From: Richard Purdie Date: Mon, 20 Jul 2020 10:27:32 +0000 (+0100) Subject: pseudo: Update to add OFC fcntl lock updates X-Git-Tag: 2020-04.6-dunfell~108 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7d35b29add0d0baf786c3f2382492b44f16b4dba;p=openembedded-core.git pseudo: Update to add OFC fcntl lock updates This adds in support for the OFC fcntl ioctl lock flags, removing warnings on some more recent linux kernels. Signed-off-by: Richard Purdie (cherry picked from commit 234168f803bee2e5b0955aabaddb1d967349fb82) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index fcadfd96ac..9a22304bba 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb @@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ file://fallback-group \ " -SRCREV = "067950bd9415fafcafb2bf32c0e10df4f2ac936c" +SRCREV = "8efb082863ff0ceec7b7e46f9a44750e12f48039" S = "${WORKDIR}/git" PV = "1.9.0+git${SRCPV}"