diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-03 14:03:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:30 +0000 |
commit | ab63640fad50954b0440ab107c96dbd3f919ea4d (patch) | |
tree | 81f71a9f1ec7204ec2d029dd065107d814a9a5da /meta/recipes-gnome/gdk-pixbuf | |
parent | f363c2087d85f7368a6442fa7baced74781cc6c0 (diff) | |
download | poky-ab63640fad50954b0440ab107c96dbd3f919ea4d.tar.gz |
gdk-pixbuf: use ptest-gnome
(From OE-Core rev: ff2ff155ea5273b2023a1c9834b13f10249d343f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf')
-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 | ||