aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-07-01 16:59:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 17:41:17 +0100
commitcc4916570455b8e5f912c7ec483e220cd1696933 (patch)
treeb280c7cb898befaf124c7a0b6411959941caa639 /meta/recipes-core
parentae03111791f45036e7c24378b06b997f8c7cb0a7 (diff)
downloadopenembedded-core-contrib-cc4916570455b8e5f912c7ec483e220cd1696933.tar.gz
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. (From OE-Core rev: d354d339a38d22f1a5bca14341229d2282647fbb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index e2b130b6b5..2eda8a1ddc 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"