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:41:17 +0100 |
commit | cc4916570455b8e5f912c7ec483e220cd1696933 (patch) | |
tree | b280c7cb898befaf124c7a0b6411959941caa639 | |
parent | ae03111791f45036e7c24378b06b997f8c7cb0a7 (diff) | |
download | poky-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>
-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 = "\ | |||
96 | eglibc-charmap-invariant \ | 96 | eglibc-charmap-invariant \ |
97 | eglibc-localedata-translit-cjk-variants \ | 97 | eglibc-localedata-translit-cjk-variants \ |
98 | " | 98 | " |
99 | |||
100 | INSANE_SKIP_${PN}-ptest += "libdir" | ||