]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glib-2.0: fix paths to test binaries
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Jun 2014 15:45:04 +0000 (16:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jun 2014 16:07:10 +0000 (17:07 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib.inc

index 6a47bbc08e27800cac34f938805dce55caf34ef5..e2b130b6b570c1c1275eef75aea425abed457f32 100644 (file)
@@ -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"