[oe-commits] [openembedded-core] 09/17: bitbake.conf: Add libgcc-native to ASSUME_PROVIDED

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 00:12:21 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 448726469761b8cdc4b4acedb664cede994dde12
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Mar 5 08:29:17 2016 +0000

    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 <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1c43d73..9cec7dd 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list