All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] gdk-pixbuf: fix paths to test binaries
@ 2014-06-09 15:45 Ross Burton
  2014-06-09 15:45 ` [PATCH 2/2] glib-2.0: " Ross Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2014-06-09 15:45 UTC (permalink / raw)
  To: openembedded-core

The tests are installed to $libexecdir not $libdir/gdk-pixbuf.  By default these
are the same location but they can be changed independently.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb
index a9d1eed..7bdd723 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb
@@ -67,7 +67,7 @@ FILES_${PN}-dbg += " \
 	${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \
 "
 
-FILES_${PN}-ptest += "${libdir}/gdk-pixbuf/installed-tests \
+FILES_${PN}-ptest += "${libexecdir}/installed-tests \
                       ${datadir}/installed-tests/gdk-pixbuf"
 
 RDEPENDS_${PN}-ptest += "gnome-desktop-testing"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] glib-2.0: fix paths to test binaries
  2014-06-09 15:45 [PATCH 1/2] gdk-pixbuf: fix paths to test binaries Ross Burton
@ 2014-06-09 15:45 ` Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2014-06-09 15:45 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-09 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 15:45 [PATCH 1/2] gdk-pixbuf: fix paths to test binaries Ross Burton
2014-06-09 15:45 ` [PATCH 2/2] glib-2.0: " Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.