[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCH] libtool: Set CONFIG_SHELL for nativesdk
From:       richard.purdie () linuxfoundation ! org (Richard Purdie)
Date:       2014-01-31 10:24:42
Message-ID: 1391163882.24655.264.camel () ted
[Download RAW message or body]

We're seeing similar failures that we saw from libtool-native and libtool-cross
where /bin/sh changed from bash to dash on different machines after sstate
reusage. This patch fixes nativesdk to avoid the same issue.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
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 7b5c97a..fff15e9 \
                100644
--- a/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb
+++ b/meta/recipes-devtools/libtool/nativesdk-libtool_2.4.2.bb
@@ -31,3 +31,5 @@ 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"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic