summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-03 23:41:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-04 17:39:08 +0000
commit886535cb5c8ce25837189335d664173d012fc55b (patch)
tree86ddab8dc36f7c9ed895f79bc9a7e78104a7573c /meta
parentb573215eafbd79f3d7ac12ff662753b6835baac3 (diff)
downloadpoky-886535cb5c8ce25837189335d664173d012fc55b.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: 3bf3de8159c44c47a39104fdda5d63aab549269d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c897ac317926b132547578b1f6bd347fe5677dfc) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 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
9SRCREV = "8317c0ab172db47dabcef909bae02cd77b1f1010" 9SRCREV = "f332f5633b5dd73fa2b6e5d605eb33e4a446d7ad"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11PV = "1.9.0+git${SRCPV}" 11PV = "1.9.0+git${SRCPV}"
12 12