From: Chris Larson Date: Wed, 9 Mar 2005 11:56:24 +0000 (+0000) Subject: Make the bash build inherit gettext, and disable parallel make. X-Git-Tag: Release-2010-05/1~14698 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5011c6a97481dd36d2298a167d70fdb13295b953;p=openembedded.git Make the bash build inherit gettext, and disable parallel make. BKrev: 422ee468-RyL-cn25Db8E94BafrnAA --- diff --git a/packages/bash/bash_3.0.bb b/packages/bash/bash_3.0.bb index 924898884c..2278e6ff31 100644 --- a/packages/bash/bash_3.0.bb +++ b/packages/bash/bash_3.0.bb @@ -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"