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

git at git.openembedded.org git at git.openembedded.org
Sat Mar 5 08:46:19 UTC 2016


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

commit e6839a878dfff696aefff3cb81bca92ea9af95bf
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 te 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