summaryrefslogtreecommitdiffstats
path: root/meta/classes/nativesdk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-21 12:24:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-23 16:20:12 +0100
commitb64d6af3ec80d2f4040378c785ffcac415c0827a (patch)
tree9fff17214e4d8277c5148d9c69fb9d77ea75412f /meta/classes/nativesdk.bbclass
parenta966f3017b1af8df515e19fdd3a39366ab4dc219 (diff)
downloadpoky-b64d6af3ec80d2f4040378c785ffcac415c0827a.tar.gz
Revert "nativesdk: inherit relocatable"
This reverts commit f93ddea31fcf18833c9bc6e93d93ad223c62eded. We never run nativesdk binaries so it doesn't make sense to use the relocatable class. The chrpath calls at packaging time will ensure the binaries are relocated in the final packages. The binaries in the sysroot are never used. (From OE-Core rev: 9f19d1b90c4fa04439b6267bda0484fd0b350373) 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, 0 insertions, 2 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 5b9d1f5748..0d5cba4755 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -1,5 +1,3 @@
1inherit relocatable
2
3# SDK packages are built either explicitly by the user, 1# SDK packages are built either explicitly by the user,
4# or indirectly via dependency. No need to be in 'world'. 2# or indirectly via dependency. No need to be in 'world'.
5EXCLUDE_FROM_WORLD = "1" 3EXCLUDE_FROM_WORLD = "1"