[oe-commits] [openembedded-core] 37/37: gawk: Enable native building

git at git.openembedded.org git at git.openembedded.org
Sun Sep 17 23:06:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 211de89c68dbcbd9d57ed66fd98a1e10304513c4
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Sun Sep 10 22:59:08 2017 +1000

    gawk: Enable native building
    
    Also update the ASSUME_PROVIDED in bitbake.conf to contain gawk-native
    as the dependency is passed in via HOSTTOOLS for native builds.
    
    This allows for recipes to depend on gawk-native, and have the
    dependency met if not already provided by the host tools.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/bitbake.conf                   | 1 +
 meta/recipes-extended/gawk/gawk_4.1.4.bb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8fb596e..4ff1e96 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -176,6 +176,7 @@ ASSUME_PROVIDED = "\
     chrpath-native \
     file-native \
     findutils-native \
+    gawk-native \
     git-native \
     grep-native \
     diffstat-native \
diff --git a/meta/recipes-extended/gawk/gawk_4.1.4.bb b/meta/recipes-extended/gawk/gawk_4.1.4.bb
index dda38ef..04451f7 100644
--- a/meta/recipes-extended/gawk/gawk_4.1.4.bb
+++ b/meta/recipes-extended/gawk/gawk_4.1.4.bb
@@ -46,4 +46,4 @@ do_install_ptest() {
 	done
 }
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list