[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5287/8267] native.bbclass: clear MACHINE_FEATURES



commit ce109ff89c2452bffae86e53d2c2b3e4fa37e73b
Author: Andre McCurdy <armccurdy gmail com>
Date:   Wed Mar 22 15:47:55 2017 -0700

    native.bbclass: clear MACHINE_FEATURES
    
    Try to avoid native recipes accidentally being dependent on
    MACHINE_FEATURES. This simple change doesn't prevent MACHINE_FEATURES
    set via MACHINE_FEATURES_BACKFILL sneaking through, but it's better
    than nothing.
    
    (From OE-Core rev: 96c20c9df714cdf3f0e9461ec566c4f5d3bdb5f1)
    
    Signed-off-by: Andre McCurdy <armccurdy gmail com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/native.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 6becf82..1919fbc 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -112,6 +112,7 @@ PKG_CONFIG_SYSTEM_INCLUDE_PATH[unexport] = "1"
 LIBCOVERRIDE = ""
 CLASSOVERRIDE = "class-native"
 MACHINEOVERRIDES = ""
+MACHINE_FEATURES = ""
 
 PATH_prepend = "${COREBASE}/scripts/native-intercept:"
 


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