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 <[email protected]> --- .../{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%) 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#94369): https://lists.openembedded.org/g/openembedded-devel/message/94369 Mute This Topic: https://lists.openembedded.org/mt/87749963/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
