aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-21 12:06:00 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-21 12:06:00 +0200
commit0764969753cb001fa40495d6715817c2e6104eec (patch)
treeef884dfd23573a593adf59ae062d45131d0cff2f
parent1137409282578989b8fb962946d39a9744e2122b (diff)
downloadopenembedded-0764969753cb001fa40495d6715817c2e6104eec.tar.gz
gamin: update to 0.1.10
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/gamin/gamin_0.1.10.bb13
2 files changed, 17 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 03837126ab..6c38aa11cc 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 0000000000..754f47dc9e
--- /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
+}