diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2013-09-19 19:47:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:42 +0100 |
commit | 139b44be7a356fa24f19ef7216c7d8330281a51f (patch) | |
tree | 24f956d750e228533ad6eb2d465bc23474c9ae99 /meta | |
parent | 405be52d26d39d94c1682c1b3d3c93f7a9593bfd (diff) | |
download | poky-139b44be7a356fa24f19ef7216c7d8330281a51f.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 5451aa221d..a4b7aaf072 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta/recipes-devtools/pseudo/pseudo.inc | |||
@@ -26,6 +26,7 @@ do_configure () { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | NO32LIBS ??= "1" | 28 | NO32LIBS ??= "1" |
29 | NO32LIBS_virtclass-nativesdk = "1" | ||
29 | 30 | ||
30 | # Compile for the local machine arch... | 31 | # Compile for the local machine arch... |
31 | do_compile () { | 32 | do_compile () { |