]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "nativesdk: inherit relocatable"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Aug 2013 12:24:31 +0000 (12:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2013 17:30:06 +0000 (18:30 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/nativesdk.bbclass

index 5b9d1f5748722031240d0a6a95cd84a1fe7252a4..0d5cba4755e214c18cd3d80aa6de03615fa5ea84 100644 (file)
@@ -1,5 +1,3 @@
-inherit relocatable
-
 # SDK packages are built either explicitly by the user,
 # or indirectly via dependency.  No need to be in 'world'.
 EXCLUDE_FROM_WORLD = "1"