From 7d3d6a35fdb388d384357dbe98e7c202679e4a1d Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 17 Aug 2014 23:24:02 -0700 Subject: 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. (From OE-Core rev: 283a418a838ef285988a5ffc3888501ca7de63f1) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- 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 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? -- cgit v1.2.3-54-g00ecf