packages/clish/clish_0.7.1.bb : Disable parallel make
authorStelios Koroneos <skoroneos@digital-opsis.com>
Thu, 7 Jun 2007 23:18:26 +0000 (23:18 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Thu, 7 Jun 2007 23:18:26 +0000 (23:18 +0000)
packages/clish/clish_0.7.1.bb

index 2fc7020..90757de 100644 (file)
@@ -1,10 +1,14 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
 DESCRIPTION = "modular framework for implementing a CISCO-like CLI on a *NIX system"
 LICENSE = "GPL"
 SECTION = "console/utils"
-PR="r0"
+PR="r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/clish/clish-0.7.1.tar.gz"
 
+PARALLEL_MAKE=""
+
 S = "${WORKDIR}/clish-${PV}"
 
 inherit autotools