[oe-commits] Ross Burton : glib-2.0: silence QA warnings about libraries outside ${libdir}

git at git.openembedded.org git at git.openembedded.org
Thu Jul 3 12:16:45 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 1bcf171f7f88d337f7db239f7c07d94001a45417
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1bcf171f7f88d337f7db239f7c07d94001a45417

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jul  1 16:59:14 2014 +0100

glib-2.0: silence QA warnings about libraries outside ${libdir}

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"



More information about the Openembedded-commits mailing list