* [PATCH] pseudo: force NO32LIB to true for nativesdk
@ 2013-09-19 23:47 Randy MacLeod
0 siblings, 0 replies; only message in thread
From: Randy MacLeod @ 2013-09-19 23:47 UTC (permalink / raw)
To: openembedded-core
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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-19 23:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-19 23:47 [PATCH] pseudo: force NO32LIB to true for nativesdk Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox