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 <[email protected]> --- 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 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" -- 1.7.10.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
