From a3fc187ced03748062e296c1d0480fd05de7a385 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Sep 2025 17:00:07 +0800 Subject: inotify-tools: upgrade 4.23.9.0 -> 4.25.9.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../inotify-tools/inotify-tools_4.23.9.0.bb | 23 ---------------------- .../inotify-tools/inotify-tools_4.25.9.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb create mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_4.25.9.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb deleted file mode 100644 index cb77dc81b0..0000000000 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Command line tools and C library providing a simple interface to inotify" -HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools" -SECTION = "console/devel" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" - -SRCREV = "5c2ab772338bcbe516306bf8cf1059ddf2fa6bb7" - -SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ - " - - -inherit autotools - -EXTRA_OECONF = "--disable-doxygen" - -# workaround until glibc 2.35 is fixed for this [1] -# [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html -CFLAGS += "-Wno-error" - -PACKAGES =+ "libinotifytools" - -FILES:libinotifytools = "${libdir}/lib*.so.*" diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_4.25.9.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_4.25.9.0.bb new file mode 100644 index 0000000000..a107925ce1 --- /dev/null +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_4.25.9.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "Command line tools and C library providing a simple interface to inotify" +HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools" +SECTION = "console/devel" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" + +SRCREV = "81c6c9881edf4844f2b8250e63f82da9cb7f5444" + +SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ + " + + +inherit autotools + +EXTRA_OECONF = "--disable-doxygen" + +# workaround until glibc 2.35 is fixed for this [1] +# [1] https://sourceware.org/pipermail/libc-alpha/2021-December/134215.html +CFLAGS += "-Wno-error" + +PACKAGES =+ "libinotifytools" + +FILES:libinotifytools = "${libdir}/lib*.so.*" -- cgit v1.2.3-54-g00ecf