mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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. (From OE-Core rev: 73d774fa7456842690af95206b77162d5f1bcb37) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c8a8e81ec
commit
212f81dcc9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user