[oe-commits] Dmitry Eremin-Solenikov : bitbake.conf: add sed-native to ASSUME_PROVIDED

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 21:35:07 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 5111407cfe59bd368e2528d953282b74d78057ed
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5111407cfe59bd368e2528d953282b74d78057ed

Author: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Date:   Thu Apr  9 22:58:53 2015 +0300

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 at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

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?
 



More information about the Openembedded-commits mailing list