summaryrefslogtreecommitdiff
path: root/classes/native.oeclass
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-01 10:17:52 +0000
committerChris Larson <clarson@kergoth.com>2004-12-01 10:17:52 +0000
commit7dc3e723562b528f4643a5cba2607f339becb0a5 (patch)
tree68948fb02181e74f9ede1a8cc1cc13de13deb9df /classes/native.oeclass
parent7e85a6cd27d587db59c8a32ec027a9b5f73f5bb5 (diff)
Use EXCLUDE_FROM_WORLD in native.oeclass, cross.oeclass, and image_ipk.oeclass.
BKrev: 41ad9a50ojh5lYMpR1q6iCNyth_GRA
Diffstat (limited to 'classes/native.oeclass')
-rw-r--r--classes/native.oeclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/classes/native.oeclass b/classes/native.oeclass
index 49e70a5c94..93b2823b42 100644
--- a/classes/native.oeclass
+++ b/classes/native.oeclass
@@ -1,5 +1,9 @@
inherit base
+# Native packages are built indirectly via dependency,
+# no need for them to be a direct target of 'world'
+EXCLUDE_FROM_WORLD = "1"
+
PACKAGES = ""
TARGET_ARCH = "${BUILD_ARCH}"