summaryrefslogtreecommitdiffstats
path: root/meta/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-05-15 18:12:49 +0100
commit08dcacb083ecce82d5533ae620159ccafeba5bbb (patch)
tree498f83372bdbda4c194e3a4ec8f55c5e62f64e7a /meta/conf
parent944b46c223b89fe748aefb9a518b93288a22a538 (diff)
downloadast2050-yocto-poky-08dcacb083ecce82d5533ae620159ccafeba5bbb.zip
ast2050-yocto-poky-08dcacb083ecce82d5533ae620159ccafeba5bbb.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: f09dcaab4afb6aad5a707418741e97625473b890) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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 f3586da..2b3c110 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -171,6 +171,7 @@ ASSUME_PROVIDED = "\
virtual/libintl-native \
texinfo-native \
bash-native \
+ sed-native \
"
# gzip-native should be listed above?
OpenPOWER on IntegriCloud