mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:33:57 +00:00
inotify-tools: Upgrade to 3.21.9.6
Changes
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:
parent
a339bc7618
commit
77ab8b6445
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user