]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add sed-native to ASSUME_PROVIDED
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
Thu, 9 Apr 2015 19:58:53 +0000 (22:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Apr 2015 21:28:35 +0000 (22:28 +0100)
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>
meta/conf/bitbake.conf

index f3586da17c841ba31650fd57cf723f10a6c6f1a9..2b3c110d36e99bedca0278014056478bd560b481 100644 (file)
@@ -171,6 +171,7 @@ ASSUME_PROVIDED = "\
     virtual/libintl-native \
     texinfo-native \
     bash-native \
+    sed-native \
     "
 # gzip-native should be listed above?