[OE-core] [PATCH] bitbake.conf: Add libgcc-native to ASSUME_PROVIDED

Richard Purdie richard.purdie at linuxfoundation.org
Sat Mar 5 09:36:26 UTC 2016


Changes to the btrfs-tools recipe means we need to add libgcc-native
to ASSUME_PROVIDED.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a31751c..7ed5ffb 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\
     grep-native \
     diffstat-native \
     patch-native \
+    libgcc-native \
     hostperl-runtime-native \
     hostpython-runtime-native \
     tar-native \





More information about the Openembedded-core mailing list