[oe-commits] Ross Burton : glib-2.0: fix paths to test binaries

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 16:44:19 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 73d774fa7456842690af95206b77162d5f1bcb37
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=73d774fa7456842690af95206b77162d5f1bcb37

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jun  9 16:45:04 2014 +0100

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 <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"



More information about the Openembedded-commits mailing list