aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini6
-rw-r--r--recipes/inotify-tools/inotify-tools_3.13.bb13
2 files changed, 16 insertions, 3 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0ba2bfcefc..38e35dc647 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -11490,9 +11490,9 @@ sha256=84a111a6a979152cd25b60825b4945da4b167f19fb9ec115f9c59b4b49927547
md5=a593b2eabde56f122e2bb3d2d45f7ca7
sha256=90f69ae24cc21fa6d33dc406077f16c06113b3000f7d267e7056e52f50d0abc0
-[http://heanet.dl.sourceforge.net/inotify-tools/inotify-tools-3.12.tar.gz]
-md5=a593b2eabde56f122e2bb3d2d45f7ca7
-sha256=90f69ae24cc21fa6d33dc406077f16c06113b3000f7d267e7056e52f50d0abc0
+[http://downloads.sourceforge.net/inotify-tools/inotify-tools-3.13.tar.gz]
+md5=35d7178297390f18bae451e083362acf
+sha256=464146acec2c118be63a6c2a090d9252fbe9689c093db85b695d0502fa229445
[http://www.rpsys.net/openzaurus/patches/archive/input_modalias_fix-r0.patch]
md5=291fdc77615d56d1ec8a9d4ad3dcc39e
diff --git a/recipes/inotify-tools/inotify-tools_3.13.bb b/recipes/inotify-tools/inotify-tools_3.13.bb
new file mode 100644
index 0000000000..e4f0734500
--- /dev/null
+++ b/recipes/inotify-tools/inotify-tools_3.13.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "command line utilities for the Linux inotify filesystem change notification system."
+LICENSE = "GPL"
+AUTHOR = "Rohan McGovern"
+HOMEPAGE = "http://inotify-tools.sourceforge.net/"
+
+EXTRA_OECONF = "--disable-doxygen"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/inotify-tools/inotify-tools-${PV}.tar.gz \
+ file://no-tests.patch;patch=1 \
+ "
+
+inherit autotools
+