summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 91ea9b547d..98b62a0549 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -129,5 +129,6 @@ python __anonymous () {
129 #else: 129 #else:
130 # bb.note("%s has rouge PROVIDES of %s which doesn't end in -sdk?" % (pn, prov)) 130 # bb.note("%s has rouge PROVIDES of %s which doesn't end in -sdk?" % (pn, prov))
131 bb.data.setVar("PROVIDES", provides, d) 131 bb.data.setVar("PROVIDES", provides, d)
132 bb.data.setVar("OVERRIDES", bb.data.getVar("OVERRIDES", d, False) + ":virtclass-native", d)
132} 133}
133 134