From b5c41c6284ba94a55329f446fb0a53772148e20f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Jul 2017 20:33:30 +0100 Subject: gnome-desktop: remove Signed-off-by: Ross Burton --- .../gnome-desktop/gnome-desktop_2.32.1.bb | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb deleted file mode 100644 index f1dafad2ea..0000000000 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "GNOME library for reading .desktop files" -SECTION = "x11/gnome" -LICENSE = "GPLv2 & LGPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" - -PR = "r6" - -inherit gnome pkgconfig - -SRC_URI[archive.md5sum] = "5c80d628a240eb9d9ff78913b31f2f67" -SRC_URI[archive.sha256sum] = "55cbecf67efe1fa1e57ac966520a7c46d799c8ba3c652a1219f60cafccb3739d" -GNOME_COMPRESS_TYPE="bz2" - -DEPENDS += "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification intltool-native gnome-common-native" - -EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs --disable-gnome-about" - -do_configure_prepend () { - sed -i -e s:^#!@PYTHON@:#!${bindir}/python: ${S}/gnome-about/gnome-about.in - rm -f ${S}/m4/gnome-doc-utils.m4 -} - -PACKAGES =+ "libgnome-desktop" -FILES_libgnome-desktop = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop/pnp.ids" -FILES_${PN} += "${datadir}/gnome-about" - -PNBLACKLIST[gnome-desktop] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130595/ - the recipe will be removed on 2017-09-01 unless the issue is fixed" -- cgit 1.2.3-korg