diff options
author | Ross Burton <ross.burton@intel.com> | 2014-07-01 16:59:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 17:38:47 +0100 |
commit | d354d339a38d22f1a5bca14341229d2282647fbb (patch) | |
tree | f128e6bcb332e6ce14dd9668df74a7d02d672122 /meta | |
parent | 7e2b73f1ccfe2968ef780fef2edfaa31c3dae853 (diff) | |
download | openembedded-core-d354d339a38d22f1a5bca14341229d2282647fbb.tar.gz openembedded-core-d354d339a38d22f1a5bca14341229d2282647fbb.tar.bz2 openembedded-core-d354d339a38d22f1a5bca14341229d2282647fbb.zip |
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')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
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" |