From 83c4a0b5ea8277641663bdaea537e44f0a4d1977 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 13 Jun 2022 16:51:55 +0800 Subject: inotify-tools: upgrade 3.22.1.0 -> 3.22.6.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../inotify-tools/inotify-tools_3.22.1.0.bb | 26 ---------------------- .../inotify-tools/inotify-tools_3.22.6.0.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb create mode 100644 meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb deleted file mode 100644 index 4e6bfbbc27..0000000000 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Command line tools and C library providing a simple interface to inotify" -AUTHOR = "Rohan McGovern " -HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools" -SECTION = "console/devel" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" - -SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657" - -SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ - file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \ - " - -S = "${WORKDIR}/git" - -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_3.22.6.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb new file mode 100644 index 0000000000..3d25eecb34 --- /dev/null +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "Command line tools and C library providing a simple interface to inotify" +AUTHOR = "Rohan McGovern " +HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools" +SECTION = "console/devel" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6" + +SRCREV = "c8bdbc0a2ed822fc7c67c5c3e102d89fe27fb2d0" + +SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \ + file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \ + " + +S = "${WORKDIR}/git" + +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