diff options
author | Chris Larson <clarson@kergoth.com> | 2005-03-09 11:56:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-03-09 11:56:24 +0000 |
commit | 5011c6a97481dd36d2298a167d70fdb13295b953 (patch) | |
tree | eb602c6535e03b8221a47540307c65c3737cb58c /packages | |
parent | 9415dc0f95c62f4421acb7a8f172dcaace941dea (diff) |
Make the bash build inherit gettext, and disable parallel make.
BKrev: 422ee468-RyL-cn25Db8E94BafrnAA
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bash/bash_3.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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" |