[oe-commits] Koen Kooi : gamin: update to 0.1.10

git version control git at git.openembedded.org
Tue Jul 21 10:40:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0764969753cb001fa40495d6715817c2e6104eec
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0764969753cb001fa40495d6715817c2e6104eec

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jul 21 12:06:00 2009 +0200

gamin: update to 0.1.10

---

 conf/checksums.ini            |    4 ++++
 recipes/gamin/gamin_0.1.10.bb |   13 +++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0383712..6c38aa1 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -7146,6 +7146,10 @@ sha256=9f17181cd8bf46203a288e3fc1d9bd82d5dc011fe419d33bee2f62bace081f08
 md5=d2f52d92776f47bf353787237607f23c
 sha256=9f17181cd8bf46203a288e3fc1d9bd82d5dc011fe419d33bee2f62bace081f08
 
+[http://www.gnome.org/~veillard/gamin/sources/gamin-0.1.10.tar.gz]
+md5=b4ec549e57da470c04edd5ec2876a028
+sha256=28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1
+
 [http://www.gnome.org/~veillard/gamin/sources/gamin-0.1.8.tar.gz]
 md5=985022c8b1b993e471d528fd0e14ffbe
 sha256=be22f69b4797db510f4270ff0e228dd027e99e561ac5f5d38be595be7e82d203
diff --git a/recipes/gamin/gamin_0.1.10.bb b/recipes/gamin/gamin_0.1.10.bb
new file mode 100644
index 0000000..754f47d
--- /dev/null
+++ b/recipes/gamin/gamin_0.1.10.bb
@@ -0,0 +1,13 @@
+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
+
+do_stage() {
+        autotools_stage_all
+}	





More information about the Openembedded-commits mailing list