summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libtool/libtool_2.4.2.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-17 23:24:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:26:10 +0100
commitf95e62b9705d42f234a9c4dd809d56c904c7095a (patch)
treeec3edebdb2ab1a6a7ac889b5390f76aea5d17faa /meta/recipes-devtools/libtool/libtool_2.4.2.bb
parent7d3d6a35fdb388d384357dbe98e7c202679e4a1d (diff)
downloadast2050-yocto-poky-f95e62b9705d42f234a9c4dd809d56c904c7095a.zip
ast2050-yocto-poky-f95e62b9705d42f234a9c4dd809d56c904c7095a.tar.gz
libtool: add bash to RDEPENDS_libtool
* Set CONFIG_SHELL="/bin/bash" * Add bash to RDEPENDS_libtool We had already set CONFIG_SHELL="/bin/bash" for libtool-native, libtool-cross and nativesdk-libtool, now also set for target libtool, if we don't set this, libtool would use /bin/sh, /bin/bash, /bin/ksh or /bin/sh5 according to the host, and the build is undetermined, this patch can fix the problem, libtool is a development tool, rdepends on bash should not cause toubles (for example, the size of the image) Have tried to set CONFIG_SHELL="/bin/sh" (/bin/sh -> dash), but there is still a few bashsim in the output libtool. (From OE-Core rev: c07f09b1b261b0d480544a6100f6a83835c62019) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/libtool/libtool_2.4.2.bb')
-rw-r--r--meta/recipes-devtools/libtool/libtool_2.4.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.2.bb b/meta/recipes-devtools/libtool/libtool_2.4.2.bb
index a2eb4ea..d3f9428 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.2.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.2.bb
@@ -2,6 +2,8 @@ require libtool-${PV}.inc
PR = "${INC_PR}.0"
+RDEPENDS_${PN} += "bash"
+
#
# We want the results of libtool-cross preserved - don't stage anything ourselves.
#
OpenPOWER on IntegriCloud