]> code.ossystems Code Review - openembedded-core.git/commit
gdk-pixbuf: move gdk-pixbuf-query-loaders to $libdir for multilib safety
authorRoss Burton <ross.burton@intel.com>
Fri, 25 Sep 2015 22:25:12 +0000 (23:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Sep 2015 16:57:43 +0000 (17:57 +0100)
commit69df75f268e2b3d5874f05e2b5a6125f6d990a03
tree4b354d44cd0d10554ff8210b79c4c3bb39b64a5e
parentac445614f0fec7537b3870581339f7d04db39fa9
gdk-pixbuf: move gdk-pixbuf-query-loaders to $libdir for multilib safety

If for example gdk-pixbuf and lib32-gdk-pixbuf are in an image then only one
${bindir}/gdk-pixbuf-query-loaders will be installed, so only one variant will
actually be usable.

Solve this by moving gdk-pixbuf-query-loaders into ${libdir} as it's intimately
tied to the library and rarely directly invoked by the user, and update the
callers to use the right path.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/gtk-icon-cache.bbclass
meta/classes/pixbufcache.bbclass
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb
scripts/postinst-intercepts/update_icon_cache
scripts/postinst-intercepts/update_pixbuf_cache