From 7915d15374985e4abab5529e42626bb8dd10a5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 5 Apr 2019 22:31:31 +0200 Subject: [PATCH] libgee: remove - a more recent version is in meta-oe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-games/gnome-games/libgee_0.18.0.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 recipes-games/gnome-games/libgee_0.18.0.bb diff --git a/recipes-games/gnome-games/libgee_0.18.0.bb b/recipes-games/gnome-games/libgee_0.18.0.bb deleted file mode 100644 index 76e4bb6..0000000 --- a/recipes-games/gnome-games/libgee_0.18.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Libgee is a collection library providing GObject-based interfaces and \ -classes for commonly used data structures." -HOMEPAGE = "https://wiki.gnome.org/Projects/Libgee" -SECTION = "libs" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -DEPENDS = "gobject-introspection vala" - -GNOME_COMPRESS_TYPE="xz" - -inherit gnome - -SRC_URI[archive.md5sum] = "29ea6125e653d7e60b49a9a9544abc96" -SRC_URI[archive.sha256sum] = "4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399" - -FILES_${PN} += "${libdir} ${datadir}" -FILES_${PN}-dbg += "${libdir}/*/*/.debug"