mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
+2
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user