[oe-commits] Richard Purdie : Revert "nativesdk: inherit relocatable"

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 17:20:10 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 9f19d1b90c4fa04439b6267bda0484fd0b350373
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9f19d1b90c4fa04439b6267bda0484fd0b350373

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Aug 21 12:24:31 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/nativesdk.bbclass |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 5b9d1f5..0d5cba4 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -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"



More information about the Openembedded-commits mailing list