summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-29 13:14:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-01-19 22:58:01 +0300
commitd26ef945417bcb43f84d68ba7f923c44cdcdd6eb (patch)
treeb5ff0626e45132c1e448eeb729e5576d45da0231
parentb068a5378e272056b30012e0da77fe614c70bd3e (diff)
downloadopenbmc-d26ef945417bcb43f84d68ba7f923c44cdcdd6eb.tar.xz
pseudo: Add fcntl64 wrapper
Add fcntl64 wrapper which hopefully fixes issues seen in findutils and the find command in the libtool removal code when built with LFS compile flags on Gentoo. (From OE-Core rev: f26867fe4daec7299f59a82ae4a0d70cceb3e082) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I51108647be9aab9c92e9634e2402292d634aca16
-rw-r--r--poky/meta/recipes-devtools/pseudo/pseudo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/meta/recipes-devtools/pseudo/pseudo_git.bb b/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
index 7acb1d64d5..f9e3b46910 100644
--- a/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/poky/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -13,7 +13,7 @@ SRC_URI:append:class-nativesdk = " \
file://older-glibc-symbols.patch"
SRC_URI[prebuilt.sha256sum] = "ed9f456856e9d86359f169f46a70ad7be4190d6040282b84c8d97b99072485aa"
-SRCREV = "0cda3ba5f94aed8d50652a99ee9c502975aa2926"
+SRCREV = "d34f2f6cedccf8488730001bcbde6bb7499f8814"
S = "${WORKDIR}/git"
PV = "1.9.0+git${SRCPV}"