summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-06-09 16:45:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:11:56 +0100
commit212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e (patch)
tree28716f9c12e9b101bf76054fc4100969a871b54e /meta/recipes-core/glib-2.0
parent0c8a8e81ec8e6fea704f0185ea3a98268d1d00ea (diff)
downloadast2050-yocto-poky-212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e.zip
ast2050-yocto-poky-212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e.tar.gz
glib-2.0: fix paths to test binaries
The tests are installed to $libexecdir not $libdir/glib-2.0. By default these are the same location but they can be changed independently. (From OE-Core rev: 73d774fa7456842690af95206b77162d5f1bcb37) 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')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index 6a47bbc..e2b130b 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -51,7 +51,7 @@ FILES_${PN}-dbg += "${datadir}/glib-2.0/gdb ${datadir}/gdb \
FILES_${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py"
FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d \
${datadir}/bash-completion"
-FILES_${PN}-ptest += "${libdir}/glib-2.0/installed-tests \
+FILES_${PN}-ptest += "${libexecdir}/installed-tests \
${datadir}/installed-tests/glib"
ARM_INSTRUCTION_SET = "arm"
OpenPOWER on IntegriCloud