summaryrefslogtreecommitdiffstats
path: root/meta/classes/nativesdk.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-06-02 12:29:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:21:52 +0100
commitf93ddea31fcf18833c9bc6e93d93ad223c62eded (patch)
tree2c618f1295c65657e83dbe34e6a0fcd2f26b8e18 /meta/classes/nativesdk.bbclass
parentf1982dfb52ab41c552d142d4b864ea596e7a57e1 (diff)
downloadpoky-f93ddea31fcf18833c9bc6e93d93ad223c62eded.tar.gz
nativesdk: inherit relocatable
(From OE-Core rev: 6a7a5381357861a098640c42ba2f894213086b41) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r--meta/classes/nativesdk.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 152d053342..a495555b35 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -1,3 +1,5 @@
1inherit relocatable
2
1# SDK packages are built either explicitly by the user, 3# SDK packages are built either explicitly by the user,
2# or indirectly via dependency. No need to be in 'world'. 4# or indirectly via dependency. No need to be in 'world'.
3EXCLUDE_FROM_WORLD = "1" 5EXCLUDE_FROM_WORLD = "1"