pseudo: force NO32LIB to true for nativesdk
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Thu, 19 Sep 2013 23:47:05 +0000 (19:47 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:19:42 +0000 (12:19 +0100)
The exported SDK only needs simulated root privileges for specific
tasks, such as the user-mode NFS server or rootfs extraction, and
oe-core does not support multilib builds in the generated SDK, so
it is neither necessary nor possible to build a 32-bit libpseudo.so
for a 64-bit SDK.

[YOCTO #5135]

(From OE-Core rev: 908b179b798704db74c886ec4c70c0942b09cb00)

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo.inc

index 5451aa2..a4b7aaf 100644 (file)
@@ -26,6 +26,7 @@ do_configure () {
 }
 
 NO32LIBS ??= "1"
+NO32LIBS_virtclass-nativesdk = "1"
 
 # Compile for the local machine arch...
 do_compile () {