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

Robert Yang liezhi.yang at windriver.com
Mon Aug 18 06:24:02 UTC 2014


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

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

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 5872d1d..afe8661 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -169,7 +169,8 @@ ASSUME_PROVIDED = "\
     python-native-runtime \
     tar-native \
     virtual/libintl-native \
-    texinfo-native\
+    texinfo-native \
+    bash-native \
     "
 # gzip-native should be listed above?
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list