diff options
-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 |