* [PATCH] libtool: Set CONFIG_SHELL for nativesdk
@ 2014-01-31 10:24 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-01-31 10:24 UTC (permalink / raw)
To: openembedded-core
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@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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-31 10:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 10:24 [PATCH] libtool: Set CONFIG_SHELL for nativesdk Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.