aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-17 23:24:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:05 +0100
commit283a418a838ef285988a5ffc3888501ca7de63f1 (patch)
tree85d3804c7290d5589b2c46cead8daf8799f1dcd6 /meta/conf
parent9705586b6eca157e8f8fd6071f489a49bf1db181 (diff)
downloadopenembedded-core-contrib-283a418a838ef285988a5ffc3888501ca7de63f1.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
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?