[oe-commits] Randy MacLeod : pseudo: force NO32LIB to true for nativesdk

git at git.openembedded.org git at git.openembedded.org
Fri Sep 20 11:16:23 UTC 2013


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

Author: Randy MacLeod <Randy.MacLeod at windriver.com>
Date:   Thu Sep 19 19:47:05 2013 -0400

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 <Randy.MacLeod at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/pseudo/pseudo.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 () {



More information about the Openembedded-commits mailing list