[oe-commits] Robert Yang : bitbake.conf: add bash-native to ASSUME_PROVIDED

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 08:26:38 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 283a418a838ef285988a5ffc3888501ca7de63f1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=283a418a838ef285988a5ffc3888501ca7de63f1

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug 17 23:24:02 2014 -0700

bitbake.conf: add bash-native to ASSUME_PROVIDED

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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?
 



More information about the Openembedded-commits mailing list