summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-09 22:58:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-13 22:33:22 +0100
commit7a5a20d5b6f0b881a051ee998cfb3adbc08119e9 (patch)
tree7768ab4abfc14e6da97554d31391c2c6bc5584a2 /meta/conf/bitbake.conf
parenteb6d324d60726e9014e640b92aaa188273a92032 (diff)
downloadpoky-7a5a20d5b6f0b881a051ee998cfb3adbc08119e9.tar.gz
bitbake.conf: add sed-native to ASSUME_PROVIDED
There is no reason to build sed for the host, however now: ERROR: Nothing RPROVIDES 'sed-native' (but virtual:native:/OE/sources/openembedded-core/meta/recipes-extended/groff/groff_1.22.2.bb RDEPENDS on or otherwise requires it) (From OE-Core rev: 5111407cfe59bd368e2528d953282b74d78057ed) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f3586da17c..2b3c110d36 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -171,6 +171,7 @@ ASSUME_PROVIDED = "\
171 virtual/libintl-native \ 171 virtual/libintl-native \
172 texinfo-native \ 172 texinfo-native \
173 bash-native \ 173 bash-native \
174 sed-native \
174 " 175 "
175# gzip-native should be listed above? 176# gzip-native should be listed above?
176 177