diff options
Diffstat (limited to 'classes/native.oeclass')
-rw-r--r-- | classes/native.oeclass | 4 |
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}" |