mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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.
(From OE-Core rev: 69df75f268e2b3d5874f05e2b5a6125f6d990a03)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b0707780fb
commit
8a12632e97
@@ -4,8 +4,6 @@ export GDK_PIXBUF_MODULEDIR=$D${libdir}/gdk-pixbuf-2.0/2.10.0/loaders
|
||||
export GDK_PIXBUF_FATAL_LOADER=1
|
||||
|
||||
PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\
|
||||
$D${bindir}/gdk-pixbuf-query-loaders \
|
||||
$D${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders \
|
||||
>$GDK_PIXBUF_MODULEDIR/../loaders.cache && \
|
||||
sed -i -e "s:$D::g" $GDK_PIXBUF_MODULEDIR/../loaders.cache
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user