diff options
author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2015-04-09 22:58:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-13 22:28:35 +0100 |
commit | 5111407cfe59bd368e2528d953282b74d78057ed (patch) | |
tree | def096ff23add8ae7a6c459d636b2e4dbd0f068f | |
parent | a880669f767532ce3c39eb160fa9deb9fce29677 (diff) | |
download | openembedded-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>
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f3586da17c8..2b3c110d36e 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? |