diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-15 20:52:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-15 20:54:38 +0000 |
commit | f162c34fdba51902abb9e8fb79ddc5044deab275 (patch) | |
tree | 4acdb77739a25a33645d6be4c2c964181489ba1b /meta | |
parent | 6b24d3fc583a87fb4284ce00256e8069345c9f3a (diff) | |
download | poky-f162c34fdba51902abb9e8fb79ddc5044deab275.tar.gz |
pseudo: Update to include fixes for glibc 2.33
Pull in the changes:
makewrappers: Fix glibc 2.33 fstatat usage issues
ports/linux: Add wrapper for fstatat/fstatat64 in glibc 2.33
(From OE-Core rev: dfcb1c5eb2690046f96c2bb6724e091028ddc3ec)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
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 4287cfcf93..17bd02c27c 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 | ||
9 | SRCREV = "d03de55845edf68908879db841834584d4724c43" | 9 | SRCREV = "60e25a36558f1f07dcce1a044fe976b475bec42b" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||