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

git at git.openembedded.org git at git.openembedded.org
Sat Mar 5 23:04:06 UTC 2016


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

commit 838cd677f49f53bc2ca151ad68787336b77932b5
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 a31751c..7ed5ffb 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