summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-06 22:31:25 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-18 23:51:07 +0000
commitc461987cf6e216027f0d57e2b3f94120ffeddf43 (patch)
tree626d974cb292b0c615dc7f48b288c2f6ace0cb35 /meta/recipes-devtools
parent6aaea5fdb2352fae8be6c22f863893a4337d0aff (diff)
downloadpoky-c461987cf6e216027f0d57e2b3f94120ffeddf43.tar.gz
pseudo: Add lchmod wrapper
New versions of glibc have an lchmod function so we need to wrap it. Identified through a reproducibility issue in initramfs-base where /dev/console created by mknod from coreutils changed permissions depending on the host distro (mknod used the gnulib wrapper on most hosts but newer ones used the libc call). [YOCTO #14162] (From OE-Core rev: cac0ad6f82c0f10b9ad6a656ef728e894096049a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 20a645664977530e602e1ac97e8dc0962e730e6c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 78c6b01f09..7fa11a54e7 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 \
6 file://fallback-group \ 6 file://fallback-group \
7 " 7 "
8 8
9SRCREV = "6fd57da7b1de1a2b6cf530e336d58bb5f8bdd015" 9SRCREV = "1ee9a1e05e200f189f6644411ba9304e8a479b0b"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11PV = "1.9.0+git${SRCPV}" 11PV = "1.9.0+git${SRCPV}"
12 12