From: Robert Yang Date: Mon, 18 Aug 2014 06:24:02 +0000 (-0700) Subject: bitbake.conf: add bash-native to ASSUME_PROVIDED X-Git-Tag: 2015-4~1860 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=283a418a838ef285988a5ffc3888501ca7de63f1;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 5872d1d12c..afe86612b4 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?