From 920819f3c1629ceabdf9bc5c8a3e0680c5589cd0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 16 Jul 2015 23:24:06 +0100 Subject: gamin: remove Gamin hasn't been required for many years now, maintenance upstream stopped in 2008 and the addition of inotify to the kernel made it redundant. Remove the recipe from oe-core, and references to it in pacakgegroup-core-lsb (LSB doesn't require gamin) and packagegroup-self-hosted. (From OE-Core rev: d29595925b699827fbd3279ee5368e32e0a380f3) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/gamin/gamin_0.1.10.bb | 36 ----------------------------- 1 file changed, 36 deletions(-) delete mode 100644 meta/recipes-extended/gamin/gamin_0.1.10.bb (limited to 'meta/recipes-extended/gamin/gamin_0.1.10.bb') diff --git a/meta/recipes-extended/gamin/gamin_0.1.10.bb b/meta/recipes-extended/gamin/gamin_0.1.10.bb deleted file mode 100644 index 375d265f57..0000000000 --- a/meta/recipes-extended/gamin/gamin_0.1.10.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Gamin the File Alteration Monitor" -DESCRIPTION = "Gamin is a file and directory monitoring system defined to \ -be a subset of the FAM (File Alteration Monitor) system." -HOMEPAGE = "http://people.gnome.org/~veillard/gamin/" - -LICENSE = "LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62" - -DEPENDS = "glib-2.0" -PROVIDES = "fam" -PR = "r5" - -SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ - file://no-abstract-sockets.patch \ - file://noconst.patch \ - file://obsolete_automake_macros.patch \ -" - -SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028" -SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--without-python" - -PACKAGES += "lib${BPN} lib${BPN}-dev" -FILES_${PN} = "${libexecdir}" -FILES_${PN}-dbg += "${libexecdir}/.debug" -FILES_lib${BPN} = "${libdir}/lib*.so.*" -FILES_lib${BPN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \ - ${libdir}/lib*.a ${libdir}/lib*.so" - -RDEPENDS_lib${BPN} = "${PN}" - -LEAD_SONAME = "libgamin-1.so" - -- cgit v1.2.3-54-g00ecf