]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add libgcc-native to ASSUME_PROVIDED
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 5 Mar 2016 08:29:17 +0000 (08:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Mar 2016 23:52:57 +0000 (23:52 +0000)
Changes to the btrfs-tools recipe means we need to add libgcc-native
to ASSUME_PROVIDED.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 1c43d736fafa5dfa26c92c3eee79335cba76eac7..9cec7dd1bccb90510cdb6c5bbdf7e199a6e0628a 100644 (file)
@@ -175,6 +175,7 @@ ASSUME_PROVIDED = "\
     grep-native \
     diffstat-native \
     patch-native \
+    libgcc-native \
     hostperl-runtime-native \
     hostpython-runtime-native \
     tar-native \