[oe-commits] Ross Burton : gdk-pixbuf: fix paths to test binaries

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 16:12:58 UTC 2014


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

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

gdk-pixbuf: fix paths to test binaries

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

---

 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"



More information about the Openembedded-commits mailing list