[OE-core] [PATCH] pseudo: force NO32LIB to true for nativesdk

Randy MacLeod Randy.MacLeod at windriver.com
Thu Sep 19 23:47:05 UTC 2013


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 <Randy.MacLeod at windriver.com>
---
 meta/recipes-devtools/pseudo/pseudo.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc
index 5451aa2..a4b7aaf 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 () {
-- 
1.8.1




More information about the Openembedded-core mailing list