diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-21 12:54:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-22 16:53:37 +0000 |
commit | 26ca45218575b3746a58da7e579fc7b1f8fb6030 (patch) | |
tree | 4cc7d13d0bc18850ecf341d5994c5e158f172cd0 /meta/recipes-gnome | |
parent | c5541e7dc980c8f7fc6989ab6c66795d64567cba (diff) | |
download | poky-26ca45218575b3746a58da7e579fc7b1f8fb6030.tar.gz |
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>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb index e32903a451..96487a284a 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb | |||
@@ -64,7 +64,6 @@ FILES:${PN}-dev += " \ | |||
64 | ${bindir}/gdk-pixbuf-pixdata \ | 64 | ${bindir}/gdk-pixbuf-pixdata \ |
65 | ${bindir}/gdk-pixbuf-print-mime-types \ | 65 | ${bindir}/gdk-pixbuf-print-mime-types \ |
66 | ${includedir}/* \ | 66 | ${includedir}/* \ |
67 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/*.la \ | ||
68 | " | 67 | " |
69 | 68 | ||
70 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" | 69 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" |
@@ -98,8 +97,6 @@ do_install_ptest() { | |||
98 | } | 97 | } |
99 | 98 | ||
100 | do_install:append:class-native() { | 99 | do_install:append:class-native() { |
101 | find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; | ||
102 | |||
103 | create_wrapper ${D}/${bindir}/gdk-pixbuf-csource \ | 100 | create_wrapper ${D}/${bindir}/gdk-pixbuf-csource \ |
104 | XDG_DATA_DIRS=${STAGING_DATADIR} \ | 101 | XDG_DATA_DIRS=${STAGING_DATADIR} \ |
105 | GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/${LIBV}/loaders.cache | 102 | GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/${LIBV}/loaders.cache |