diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-03 23:41:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-05 12:00:54 +0000 |
commit | 77d9b5f02aec991540926fe144076e122c17f64d (patch) | |
tree | 68301e3dd8b7265418e34cdd8cbbcc1330969dc7 /meta | |
parent | fa905948e573ceb97638070405a2d1a7b94ce6fe (diff) | |
download | poky-77d9b5f02aec991540926fe144076e122c17f64d.tar.gz |
pseudo: Update to work with glibc 2.33
Update to a pseudo version which contains some heqader fixes for
glibc 2.33.
(From OE-Core rev: c897ac317926b132547578b1f6bd347fe5677dfc)
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 0ba7b50355..0072e0558b 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 = "8317c0ab172db47dabcef909bae02cd77b1f1010" | 9 | SRCREV = "f332f5633b5dd73fa2b6e5d605eb33e4a446d7ad" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||