From f95e62b9705d42f234a9c4dd809d56c904c7095a Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 17 Aug 2014 23:24:03 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb') diff --git a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb index fff15e916d..7b5c97a97a 100644 --- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb +++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb @@ -31,5 +31,3 @@ libtoolnativesdk_sysroot_preprocess () { install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/ install -m 755 ${D}${bindir}/${HOST_SYS}-libtool ${SYSROOT_DESTDIR}${bindir_crossscripts}/${HOST_SYS}-libtool } - -export CONFIG_SHELL="/bin/bash" -- cgit v1.2.3-54-g00ecf