diff options
| -rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb index 3d08146d4a..a63d4546f6 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb | |||
| @@ -23,7 +23,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
| 23 | SRC_URI[md5sum] = "4fed0d54432f1b69fc6e66e608bd5542" | 23 | SRC_URI[md5sum] = "4fed0d54432f1b69fc6e66e608bd5542" |
| 24 | SRC_URI[sha256sum] = "4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be" | 24 | SRC_URI[sha256sum] = "4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be" |
| 25 | 25 | ||
| 26 | inherit autotools pkgconfig gettext pixbufcache ptest | 26 | inherit autotools pkgconfig gettext pixbufcache ptest-gnome |
| 27 | 27 | ||
| 28 | LIBV = "2.10.0" | 28 | LIBV = "2.10.0" |
| 29 | 29 | ||
| @@ -42,10 +42,7 @@ PACKAGECONFIG[jpeg2000] = "--with-libjasper,--without-libjasper,jasper" | |||
| 42 | PACKAGECONFIG[gio-sniff] = "--enable-gio-sniffing,--disable-gio-sniffing,,shared-mime-info" | 42 | PACKAGECONFIG[gio-sniff] = "--enable-gio-sniffing,--disable-gio-sniffing,,shared-mime-info" |
| 43 | PACKAGECONFIG[x11] = "--with-x11,--without-x11,virtual/libx11" | 43 | PACKAGECONFIG[x11] = "--with-x11,--without-x11,virtual/libx11" |
| 44 | 44 | ||
| 45 | EXTRA_OECONF = "\ | 45 | EXTRA_OECONF = "--disable-introspection" |
| 46 | --disable-introspection \ | ||
| 47 | ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)} \ | ||
| 48 | " | ||
| 49 | 46 | ||
| 50 | PACKAGES =+ "${PN}-xlib" | 47 | PACKAGES =+ "${PN}-xlib" |
| 51 | 48 | ||
| @@ -67,11 +64,6 @@ FILES_${PN}-dbg += " \ | |||
| 67 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ | 64 | ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ |
| 68 | " | 65 | " |
| 69 | 66 | ||
| 70 | FILES_${PN}-ptest += "${libexecdir}/installed-tests \ | ||
| 71 | ${datadir}/installed-tests/gdk-pixbuf" | ||
| 72 | |||
| 73 | RDEPENDS_${PN}-ptest += "gnome-desktop-testing" | ||
| 74 | |||
| 75 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" | 67 | PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" |
| 76 | PACKAGES_DYNAMIC_class-native = "" | 68 | PACKAGES_DYNAMIC_class-native = "" |
| 77 | 69 | ||
