diff options
| -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.bb | 29 | ||||
| -rw-r--r-- | meta-moblin/packages/gamin/gamin_0.1.10.bb | 9 |
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 @@ | |||
| 1 | DESCRIPTION = "Gamin is a file and directory monitoring system defined to \ | ||
| 2 | be a subset of the FAM (File Alteration Monitor) system." | ||
| 3 | HOMEPAGE = "http://people.gnome.org/~veillard/gamin/" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62" | ||
| 7 | |||
| 8 | PROVIDES = "fam" | ||
| 9 | PR = "r1" | ||
| 10 | |||
| 11 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ | ||
| 12 | file://no-abstract-sockets.patch" | ||
| 13 | |||
| 14 | inherit autotools pkgconfig | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--without-python" | ||
| 17 | |||
| 18 | PACKAGES += "lib${PN} lib${PN}-dev lib${PN}-dbg" | ||
| 19 | FILES_${PN} = "${libexecdir}" | ||
| 20 | FILES_${PN}-dbg = "${libexecdir}/.debug" | ||
| 21 | FILES_lib${PN} = "${libdir}/lib*.so.*" | ||
| 22 | FILES_lib${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \ | ||
| 23 | ${libdir}/lib*.a ${libdir}/lib*.so" | ||
| 24 | FILES_lib${PN}-dbg = "${libdir}/.debug/" | ||
| 25 | |||
| 26 | RDEPENDS_lib${PN} = "${PN}" | ||
| 27 | |||
| 28 | LEAD_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 @@ | |||
| 1 | DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system." | ||
| 2 | LICENSE = "LGPL" | ||
| 3 | |||
| 4 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ | ||
| 5 | file://no-abstract-sockets.patch;patch=1" | ||
| 6 | |||
| 7 | EXTRA_OECONF = " --without-python " | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
