All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glib-2.0: silence QA warnings about libraries outside ${libdir}
@ 2014-07-01 15:59 Ross Burton
  0 siblings, 0 replies; only message in thread
From: Ross Burton @ 2014-07-01 15:59 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-01 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-01 15:59 [PATCH] glib-2.0: silence QA warnings about libraries outside ${libdir} Ross Burton

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.