aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/inotify-tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-15 10:10:01 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-15 10:18:25 -0800
commit77ab8b6445ccf6abbd6c215ec681262bba095309 (patch)
tree2a2d39509ebe0ed0723aedef0b643680fa0b0fa6 /meta-oe/recipes-support/inotify-tools
parenta339bc7618cd159bbcd3ba3aec61486a1e24dead (diff)
downloadmeta-openembedded-contrib-77ab8b6445ccf6abbd6c215ec681262bba095309.tar.gz
inotify-tools: Upgrade to 3.21.9.6
Changes https://github.com/inotify-tools/inotify-tools/compare/e268888...8f8fcdf Fixes build errors /usr/include/bits/stdlib.h:46:12: e3.21.9.6rror: call to '__realpath_chk_warn' declared with attribute warning: second argument of realpath must be either NULL or at least PATH_MAX bytes long buffer [-Werror=attribute-warning] | 46 | return __realpath_chk_warn (__name, __resolved, sz); | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | cc1: all warnings being treated as errors Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/inotify-tools')
-rw-r--r--meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb (renamed from meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb
index 5383d0ddc4..489ca56b91 100644
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.21.9.6.bb
@@ -5,10 +5,9 @@ SECTION = "console/devel"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
-SRCREV = "98e8dfa47eb6a6ba52e35de55d2de21b274a4af8"
-PV = "3.20.11.0"
+SRCREV = "8f8fcdffb7e80928bea6c1fccd3527a9f5d8fe77"
-SRC_URI = "git://github.com/rvoicilas/${BPN};branch=master;protocol=https"
+SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https"
S = "${WORKDIR}/git"