From 448726469761b8cdc4b4acedb664cede994dde12 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 5 Mar 2016 08:29:17 +0000 Subject: 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 --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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 \ -- cgit 1.2.3-korg