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: lucaceresoli/bug-15201-perf-libtraceevent-missing~26687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448726469761b8cdc4b4acedb664cede994dde12;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 1c43d736faf..9cec7dd1bcc 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 \