From: Richard Purdie Date: Sat, 5 Mar 2016 08:29:17 +0000 (+0000) Subject: bitbake.conf: Add libgcc-native to ASSUME_PROVIDED X-Git-Tag: 2016-4~577 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=448726469761b8cdc4b4acedb664cede994dde12;p=openembedded-core.git bitbake.conf: Add libgcc-native to ASSUME_PROVIDED Changes to the btrfs-tools recipe means we need to add libgcc-native to ASSUME_PROVIDED. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 1c43d736fa..9cec7dd1bc 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 \