Changes to the btrfs-tools recipe means we need to add libgcc-native to ASSUME_PROVIDED.
Signed-off-by: Richard Purdie <[email protected]> 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 \ -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
