diff options
author | Ross Burton <ross.burton@intel.com> | 2014-06-03 14:03:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:17:32 +0000 |
commit | b06fd31248ea170e1a87018d9aa814a670a055d9 (patch) | |
tree | d0b8ab7b6af012df1e99d90e24cbbe2dee43d70b | |
parent | 9564a6ea2c4648205136a1c2e9a6cedb8a19aaf1 (diff) | |
download | openembedded-core-b06fd31248ea170e1a87018d9aa814a670a055d9.tar.gz openembedded-core-b06fd31248ea170e1a87018d9aa814a670a055d9.tar.bz2 openembedded-core-b06fd31248ea170e1a87018d9aa814a670a055d9.zip |
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 \ SRC_URI[md5sum] = "4fed0d54432f1b69fc6e66e608bd5542" SRC_URI[sha256sum] = "4853830616113db4435837992c0aebd94cbb993c44dc55063cee7f72a7bef8be" -inherit autotools pkgconfig gettext pixbufcache ptest +inherit autotools pkgconfig gettext pixbufcache ptest-gnome LIBV = "2.10.0" @@ -42,10 +42,7 @@ PACKAGECONFIG[jpeg2000] = "--with-libjasper,--without-libjasper,jasper" PACKAGECONFIG[gio-sniff] = "--enable-gio-sniffing,--disable-gio-sniffing,,shared-mime-info" PACKAGECONFIG[x11] = "--with-x11,--without-x11,virtual/libx11" -EXTRA_OECONF = "\ - --disable-introspection \ - ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)} \ -" +EXTRA_OECONF = "--disable-introspection" PACKAGES =+ "${PN}-xlib" @@ -67,11 +64,6 @@ FILES_${PN}-dbg += " \ ${libdir}/gdk-pixbuf-2.0/${LIBV}/loaders/.debug/* \ " -FILES_${PN}-ptest += "${libexecdir}/installed-tests \ - ${datadir}/installed-tests/gdk-pixbuf" - -RDEPENDS_${PN}-ptest += "gnome-desktop-testing" - PACKAGES_DYNAMIC += "^gdk-pixbuf-loader-.*" PACKAGES_DYNAMIC_class-native = "" |