]> code.ossystems Code Review - openembedded-core.git/commit
libtool: add bash to RDEPENDS_libtool
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 18 Aug 2014 06:24:03 +0000 (23:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:05 +0000 (09:25 +0100)
commitc07f09b1b261b0d480544a6100f6a83835c62019
tree192f19690154bf858a5d12e418a8431c90182d0b
parent283a418a838ef285988a5ffc3888501ca7de63f1
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.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libtool/libtool-2.4.2.inc
meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb
meta/recipes-devtools/libtool/libtool-native_2.4.2.bb
meta/recipes-devtools/libtool/libtool_2.4.2.bb
meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb