summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-08-12 13:55:07 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-13 13:36:04 +0100
commit0eb96abfc974f3a07b2e3c7de69aca6ffc9d584d (patch)
tree4a82fc009c93907946ec8b1e511bfae8a50d09bb
parent3a7c857064ea69740bdbd1c77a2afa4dd33c3ca3 (diff)
downloadast2050-yocto-poky-0eb96abfc974f3a07b2e3c7de69aca6ffc9d584d.zip
ast2050-yocto-poky-0eb96abfc974f3a07b2e3c7de69aca6ffc9d584d.tar.gz
gamin: put into meta-lsb
changes: - gamin now also PROVIDES fam, moved to meta-lsb - separate out libgamin Signed-off-by: Qing He <qing.he@intel.com>
-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 b8aacfb..b8aacfb 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 0000000..e540c29
--- /dev/null
+++ b/meta-lsb/packages/gamin/gamin_0.1.10.bb
@@ -0,0 +1,29 @@
+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"
+
+PROVIDES = "fam"
+PR = "r1"
+
+SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
+ file://no-abstract-sockets.patch"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--without-python"
+
+PACKAGES += "lib${PN} lib${PN}-dev lib${PN}-dbg"
+FILES_${PN} = "${libexecdir}"
+FILES_${PN}-dbg = "${libexecdir}/.debug"
+FILES_lib${PN} = "${libdir}/lib*.so.*"
+FILES_lib${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \
+ ${libdir}/lib*.a ${libdir}/lib*.so"
+FILES_lib${PN}-dbg = "${libdir}/.debug/"
+
+RDEPENDS_lib${PN} = "${PN}"
+
+LEAD_SONAME = "libgamin-1.so"
+
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 48fc73e..0000000
--- a/meta-moblin/packages/gamin/gamin_0.1.10.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
-LICENSE = "LGPL"
-
-SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
- file://no-abstract-sockets.patch;patch=1"
-
-EXTRA_OECONF = " --without-python "
-
-inherit autotools pkgconfig
OpenPOWER on IntegriCloud