[meta-oe] inotify-tools: Upgrade to 3.21.9.6

Message ID 20211215181800.1636004-1-raj.khem@gmail.com
State New
Headers show
Series [meta-oe] inotify-tools: Upgrade to 3.21.9.6 | expand

Commit Message

Khem Raj Dec. 15, 2021, 6:18 p.m. UTC
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>
---
 .../{inotify-tools_git.bb => inotify-tools_3.21.9.6.bb}      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/inotify-tools/{inotify-tools_git.bb => inotify-tools_3.21.9.6.bb} (76%)

Patch

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
similarity index 76%
rename from meta-oe/recipes-support/inotify-tools/inotify-tools_git.bb
rename to 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"