diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-06-02 12:29:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:52 +0100 |
commit | f93ddea31fcf18833c9bc6e93d93ad223c62eded (patch) | |
tree | 2c618f1295c65657e83dbe34e6a0fcd2f26b8e18 | |
parent | f1982dfb52ab41c552d142d4b864ea596e7a57e1 (diff) | |
download | poky-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>
-rw-r--r-- | meta/classes/nativesdk.bbclass | 2 |
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 @@ | |||
1 | inherit 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'. |
3 | EXCLUDE_FROM_WORLD = "1" | 5 | EXCLUDE_FROM_WORLD = "1" |