[oe-commits] Steve Sakoman : inotify-tools: add 3.13

git version control git at git.openembedded.org
Thu Sep 3 08:34:20 UTC 2009


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

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Sep  2 22:40:08 2009 -0700

inotify-tools: add 3.13

---

 conf/checksums.ini                          |    6 +++---
 recipes/inotify-tools/inotify-tools_3.13.bb |   13 +++++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 0ba2bfc..38e35dc 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 0000000..e4f0734
--- /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
+





More information about the Openembedded-commits mailing list