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.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 01f886294e..9d678fd802 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -1,3 +1,6 @@
1# We want native packages to be relocatable
2inherit relocatable
3
1# Native packages are built indirectly via dependency, 4# Native packages are built indirectly via dependency,
2# no need for them to be a direct target of 'world' 5# no need for them to be a direct target of 'world'
3EXCLUDE_FROM_WORLD = "1" 6EXCLUDE_FROM_WORLD = "1"