diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-09 16:45:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-10 17:11:55 +0100 |
commit | 80591e0879b229ecbcb80f287c02eb3ba266b4c0 (patch) | |
tree | 2c8adb6cea9582d207a4ff8e49e89d9625095392 /meta/recipes-gnome | |
parent | ec5684c3b1b24e9975315ff32a4e7e1e8e54620c (diff) | |
download | tizen-distro-80591e0879b229ecbcb80f287c02eb3ba266b4c0.tar.gz tizen-distro-80591e0879b229ecbcb80f287c02eb3ba266b4c0.tar.bz2 tizen-distro-80591e0879b229ecbcb80f287c02eb3ba266b4c0.zip |
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.
(From OE-Core rev: 56dd1a61f52cdf66fdb3e9510c70b02224475d4a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a9d1eed806..7bdd723ffc 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" |