* [meta-oe][master/dora][PATCH] Fix QA errors when building with multilib
@ 2014-01-17 7:50 Khem Raj
2014-01-17 13:22 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2014-01-17 7:50 UTC (permalink / raw)
To: openembedded-devel
We do not take care of default libdir which accidently
works out to be ok for non-multilib case since its /usr/lib
Fixes error like
ERROR: QA Issue: mozjs: Files/directories were installed but not shipped
/usr/lib
/usr/lib/libmozjs-17.0.a
/usr/lib/libmozjs-17.0.so
/usr/lib/pkgconfig
/usr/lib/.debug
/usr/lib/pkgconfig/mozjs-17.0.pc
/usr/lib/.debug/libmozjs-17.0.so
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
index 311372f..891ae9d 100644
--- a/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
+++ b/meta-oe/recipes-extended/mozjs/mozjs_17.0.0.bb
@@ -23,6 +23,7 @@ EXTRA_OECONF = " \
--prefix=${prefix} \
--with-nspr-libs='-lplds4 -lplc4 -lnspr4' \
--enable-threadsafe \
+ --libdir=${libdir} \
"
# mozjs requires autoreconf 2.13
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-oe][master/dora][PATCH] Fix QA errors when building with multilib
2014-01-17 7:50 [meta-oe][master/dora][PATCH] Fix QA errors when building with multilib Khem Raj
@ 2014-01-17 13:22 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2014-01-17 13:22 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Khem Raj schreef op 17-01-14 08:50:
> We do not take care of default libdir which accidently works out to be ok
> for non-multilib case since its /usr/lib
>
> Fixes error like
>
> ERROR: QA Issue: mozjs: Files/directories were installed but not shipped
> /usr/lib /usr/lib/libmozjs-17.0.a /usr/lib/libmozjs-17.0.so
> /usr/lib/pkgconfig /usr/lib/.debug /usr/lib/pkgconfig/mozjs-17.0.pc
> /usr/lib/.debug/libmozjs-17.0.so
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFS2S6jMkyGM64RGpERAgODAKCgBd8o0yrypgI5AaBXtpQSKrzBcwCfZgKl
c1jVwZMI5nayNZvIbFgrDg8=
=3zCt
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-17 13:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17 7:50 [meta-oe][master/dora][PATCH] Fix QA errors when building with multilib Khem Raj
2014-01-17 13:22 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.