]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: silence QA warnings about libraries outside ${libdir}
authorRoss Burton <ross.burton@intel.com>
Tue, 1 Jul 2014 15:59:14 +0000 (16:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jul 2014 16:38:47 +0000 (17:38 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib.inc

index e2b130b6b570c1c1275eef75aea425abed457f32..2eda8a1ddc45e107efd55be6a3e9411643881495 100644 (file)
@@ -96,3 +96,5 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = "\
             eglibc-charmap-invariant \
             eglibc-localedata-translit-cjk-variants \
            "
+
+INSANE_SKIP_${PN}-ptest += "libdir"