aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bash
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-03-09 11:56:24 +0000
committerChris Larson <clarson@kergoth.com>2005-03-09 11:56:24 +0000
commit5011c6a97481dd36d2298a167d70fdb13295b953 (patch)
treeeb602c6535e03b8221a47540307c65c3737cb58c /packages/bash
parent9415dc0f95c62f4421acb7a8f172dcaace941dea (diff)
downloadopenembedded-5011c6a97481dd36d2298a167d70fdb13295b953.tar.gz
Make the bash build inherit gettext, and disable parallel make.
BKrev: 422ee468-RyL-cn25Db8E94BafrnAA
Diffstat (limited to 'packages/bash')
-rw-r--r--packages/bash/bash_3.0.bb4
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"