[oe-commits] [openembedded-core] 01/12: native.bbclass: clear MACHINE_FEATURES

git at git.openembedded.org git at git.openembedded.org
Thu Mar 23 17:23:25 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 96c20c9df714cdf3f0e9461ec566c4f5d3bdb5f1
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: 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.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/native.bbclass | 1 +
 1 file changed, 1 insertion(+)

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:"
 

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


More information about the Openembedded-commits mailing list