summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch (renamed from meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch)0
-rw-r--r--meta-lsb/packages/gamin/gamin_0.1.10.bb29
-rw-r--r--meta-moblin/packages/gamin/gamin_0.1.10.bb9
3 files changed, 29 insertions, 9 deletions
diff --git a/meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch b/meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch
index b8aacfb23c..b8aacfb23c 100644
--- a/meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch
+++ b/meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch
diff --git a/meta-lsb/packages/gamin/gamin_0.1.10.bb b/meta-lsb/packages/gamin/gamin_0.1.10.bb
new file mode 100644
index 0000000000..e540c290a2
--- /dev/null
+++ b/meta-lsb/packages/gamin/gamin_0.1.10.bb
@@ -0,0 +1,29 @@
1DESCRIPTION = "Gamin is a file and directory monitoring system defined to \
2be a subset of the FAM (File Alteration Monitor) system."
3HOMEPAGE = "http://people.gnome.org/~veillard/gamin/"
4
5LICENSE = "LGPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62"
7
8PROVIDES = "fam"
9PR = "r1"
10
11SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
12 file://no-abstract-sockets.patch"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF = "--without-python"
17
18PACKAGES += "lib${PN} lib${PN}-dev lib${PN}-dbg"
19FILES_${PN} = "${libexecdir}"
20FILES_${PN}-dbg = "${libexecdir}/.debug"
21FILES_lib${PN} = "${libdir}/lib*.so.*"
22FILES_lib${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \
23 ${libdir}/lib*.a ${libdir}/lib*.so"
24FILES_lib${PN}-dbg = "${libdir}/.debug/"
25
26RDEPENDS_lib${PN} = "${PN}"
27
28LEAD_SONAME = "libgamin-1.so"
29
diff --git a/meta-moblin/packages/gamin/gamin_0.1.10.bb b/meta-moblin/packages/gamin/gamin_0.1.10.bb
deleted file mode 100644
index 48fc73e6d1..0000000000
--- a/meta-moblin/packages/gamin/gamin_0.1.10.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
2LICENSE = "LGPL"
3
4SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
5 file://no-abstract-sockets.patch;patch=1"
6
7EXTRA_OECONF = " --without-python "
8
9inherit autotools pkgconfig