diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:24:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:10 +0100 |
commit | 7d3d6a35fdb388d384357dbe98e7c202679e4a1d (patch) | |
tree | c4ea0f89b7003955d5ba0a59ce42a7b3bd076570 /meta | |
parent | cdb84ea0069b56df82c51d830cb9d72c82221940 (diff) | |
download | poky-7d3d6a35fdb388d384357dbe98e7c202679e4a1d.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.
(From OE-Core rev: 283a418a838ef285988a5ffc3888501ca7de63f1)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
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 = "\ | |||
169 | python-native-runtime \ | 169 | python-native-runtime \ |
170 | tar-native \ | 170 | tar-native \ |
171 | virtual/libintl-native \ | 171 | virtual/libintl-native \ |
172 | texinfo-native\ | 172 | texinfo-native \ |
173 | bash-native \ | ||
173 | " | 174 | " |
174 | # gzip-native should be listed above? | 175 | # gzip-native should be listed above? |
175 | 176 | ||