From: Ross Burton Date: Mon, 9 Jun 2014 15:45:04 +0000 (+0100) Subject: glib-2.0: fix paths to test binaries X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d774fa7456842690af95206b77162d5f1bcb37;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 6a47bbc08e2..e2b130b6b57 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"