mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
gdk-pixbuf: remove obsolete .la references
gdk-pixbuf uses Meson to build now, so it doesn't generate .la files. (From OE-Core rev: 366440d0e99b4c0182d1b82b66389584e046bc39) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c5541e7dc9
commit
26ca452185
@@ -64,7 +64,6 @@ FILES:${PN}-dev += " \
|
||||
${bindir}/gdk-pixbuf-pixdata \
|
||||
${bindir}/gdk-pixbuf-print-mime-types \
|
||||
${includedir}/* \
|
||||
${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \
|
||||
"
|
||||
|
||||
PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*"
|
||||
@@ -98,8 +97,6 @@ do_install_ptest() {
|
||||
}
|
||||
|
||||
do_install:append:class-native() {
|
||||
find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
|
||||
|
||||
create_wrapper ${D}/${bindir}/gdk-pixbuf-csource \
|
||||
XDG_DATA_DIRS=${STAGING_DATADIR} \
|
||||
GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/${LIBV}/loaders.cache
|
||||
|
||||
Reference in New Issue
Block a user