Make the bash build inherit gettext, and disable parallel make.
authorChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 11:56:24 +0000 (11:56 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 11:56:24 +0000 (11:56 +0000)
BKrev: 422ee468-RyL-cn25Db8E94BafrnAA

packages/bash/bash_3.0.bb

index 9248988..2278e6f 100644 (file)
@@ -8,7 +8,9 @@ PR = "r4"
 SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
        file://signames-mipsel.diff;patch=1"
 
-inherit autotools
+inherit autotools gettext
+
+PARALLEL_MAKE = ""
 
 bindir = "/bin"
 sbindir = "/sbin"