[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7788/8267] gawk: Enable native building



commit b51b4f5ae2638bed2430bb2ae970cc83725ecfa8
Author: Nathan Rossi <nathan nathanrossi com>
Date:   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.
    
    (From OE-Core rev: cbc396dd10488990c98bb6fd94c7d10a736d57c1)
    
    Signed-off-by: Nathan Rossi <nathan nathanrossi com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/conf/bitbake.conf                   |    1 +
 meta/recipes-extended/gawk/gawk_4.1.4.bb |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]