From: Randy MacLeod Date: Thu, 19 Sep 2013 23:47:05 +0000 (-0400) Subject: pseudo: force NO32LIB to true for nativesdk X-Git-Tag: 2015-4~5105 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=908b179b798704db74c886ec4c70c0942b09cb00;p=openembedded-core.git pseudo: force NO32LIB to true for nativesdk 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] Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index 5451aa221d..a4b7aaf072 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc @@ -26,6 +26,7 @@ do_configure () { } NO32LIBS ??= "1" +NO32LIBS_virtclass-nativesdk = "1" # Compile for the local machine arch... do_compile () {