summaryrefslogtreecommitdiffstats
path: root/meta
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:28:35 +0100
commit5111407cfe59bd368e2528d953282b74d78057ed (patch)
treedef096ff23add8ae7a6c459d636b2e4dbd0f068f /meta
parenta880669f767532ce3c39eb160fa9deb9fce29677 (diff)
downloadopenembedded-core-contrib-5111407cfe59bd368e2528d953282b74d78057ed.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) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\
virtual/libintl-native \
texinfo-native \
bash-native \
+ sed-native \
"
# gzip-native should be listed above?