diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-09 16:45:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-10 17:11:56 +0100 |
commit | 212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e (patch) | |
tree | 28716f9c12e9b101bf76054fc4100969a871b54e /meta/recipes-core | |
parent | 0c8a8e81ec8e6fea704f0185ea3a98268d1d00ea (diff) | |
download | poky-212f81dcc98d3cdf62eb7e3ce43265c1c20ab95e.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
51 | FILES_${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py" | 51 | FILES_${PN}-codegen = "${datadir}/glib-2.0/codegen/*.py" |
52 | FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d \ | 52 | FILES_${PN}-bash-completion = "${sysconfdir}/bash_completion.d \ |
53 | ${datadir}/bash-completion" | 53 | ${datadir}/bash-completion" |
54 | FILES_${PN}-ptest += "${libdir}/glib-2.0/installed-tests \ | 54 | FILES_${PN}-ptest += "${libexecdir}/installed-tests \ |
55 | ${datadir}/installed-tests/glib" | 55 | ${datadir}/installed-tests/glib" |
56 | 56 | ||
57 | ARM_INSTRUCTION_SET = "arm" | 57 | ARM_INSTRUCTION_SET = "arm" |