From: Qing He Date: Thu, 12 Aug 2010 05:55:07 +0000 (+0800) Subject: gamin: put into meta-lsb X-Git-Tag: 2011-1~4912 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0eb96abfc974f3a07b2e3c7de69aca6ffc9d584d;p=openembedded-core.git gamin: put into meta-lsb changes: - gamin now also PROVIDES fam, moved to meta-lsb - separate out libgamin Signed-off-by: Qing He --- diff --git a/meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch b/meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch similarity index 100% rename from meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch rename to 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 @@ +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 48fc73e6d1..0000000000 --- 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