[OE-core] [PATCH 01/40] bitbake.conf: add bash-native to ASSUME_PROVIDED

Robert Yang liezhi.yang at windriver.com
Tue Jul 22 10:14:26 UTC 2014


A few native scipts requires bash-native, and we don't build
bash-native, so add it to ASSUME_PROVIDED.

[YOCTO #1662]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/conf/bitbake.conf |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f4870d5..97c01d3 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -159,6 +159,7 @@ DATETIME = "${DATE}${TIME}"
 # python-native should be here but python relies on building 
 # its own in staging
 ASSUME_PROVIDED = "\
+    bash-native \
     bzip2-native \
     chrpath-native \
     git-native \
-- 
1.7.9.5




More information about the Openembedded-core mailing list