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]

(From OE-Core rev: 908b179b798704db74c886ec4c70c0942b09cb00)

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Randy MacLeod 2013-09-19 19:47:05 -04:00 committed by Richard Purdie
parent 405be52d26
commit 139b44be7a
1 changed files with 1 additions and 0 deletions

View File

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