summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gamin/gamin_0.1.10.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-07-16 23:24:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:40:40 +0100
commit920819f3c1629ceabdf9bc5c8a3e0680c5589cd0 (patch)
tree0cd5f5ecd745e3266d01993d49f2762467132219 /meta/recipes-extended/gamin/gamin_0.1.10.bb
parent2563aa55281c60c877d8a298b6884ee7da550234 (diff)
downloadpoky-920819f3c1629ceabdf9bc5c8a3e0680c5589cd0.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gamin/gamin_0.1.10.bb')
-rw-r--r--meta/recipes-extended/gamin/gamin_0.1.10.bb36
1 files changed, 0 insertions, 36 deletions
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 @@
1SUMMARY = "Gamin the File Alteration Monitor"
2DESCRIPTION = "Gamin is a file and directory monitoring system defined to \
3be a subset of the FAM (File Alteration Monitor) system."
4HOMEPAGE = "http://people.gnome.org/~veillard/gamin/"
5
6LICENSE = "LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62"
8
9DEPENDS = "glib-2.0"
10PROVIDES = "fam"
11PR = "r5"
12
13SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
14 file://no-abstract-sockets.patch \
15 file://noconst.patch \
16 file://obsolete_automake_macros.patch \
17"
18
19SRC_URI[md5sum] = "b4ec549e57da470c04edd5ec2876a028"
20SRC_URI[sha256sum] = "28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1"
21
22inherit autotools pkgconfig
23
24EXTRA_OECONF = "--without-python"
25
26PACKAGES += "lib${BPN} lib${BPN}-dev"
27FILES_${PN} = "${libexecdir}"
28FILES_${PN}-dbg += "${libexecdir}/.debug"
29FILES_lib${BPN} = "${libdir}/lib*.so.*"
30FILES_lib${BPN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \
31 ${libdir}/lib*.a ${libdir}/lib*.so"
32
33RDEPENDS_lib${BPN} = "${PN}"
34
35LEAD_SONAME = "libgamin-1.so"
36