]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdk-pixbuf: fix paths to test binaries
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Jun 2014 15:45:03 +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/gdk-pixbuf.  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-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb

index a9d1eed806d96346af4fcdd8a512eaf528730e26..7bdd723ffc4acfc0f4ef4090891d0f30bca6cb00 100644 (file)
@@ -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"