From 73d774fa7456842690af95206b77162d5f1bcb37 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jun 2014 16:45:04 +0100 Subject: 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 --- meta/recipes-core/glib-2.0/glib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 6a47bbc08e..e2b130b6b5 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" -- cgit 1.2.3-korg