[OE-core] [PATCH] glib-2.0: silence QA warnings about libraries outside ${libdir}

Ross Burton ross.burton at intel.com
Tue Jul 1 15:59:14 UTC 2014


The test suite is installed into ${libexecdir} and as that may be outside of
${libdir} the QA test needs to be silenced.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/glib-2.0/glib.inc |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index e2b130b..2eda8a1 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -96,3 +96,5 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\
             eglibc-charmap-invariant \
             eglibc-localedata-translit-cjk-variants \
            "
+
+INSANE_SKIP_${PN}-ptest += "libdir"
-- 
1.7.10.4




More information about the Openembedded-core mailing list