summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
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:38:47 +0100
commitd354d339a38d22f1a5bca14341229d2282647fbb (patch)
treef128e6bcb332e6ce14dd9668df74a7d02d672122 /meta/recipes-core/glib-2.0/glib.inc
parent7e2b73f1ccfe2968ef780fef2edfaa31c3dae853 (diff)
downloadopenembedded-core-d354d339a38d22f1a5bca14341229d2282647fbb.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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-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"