From: Richard Purdie Date: Mon, 23 Jan 2023 13:26:58 +0000 (+0000) Subject: pseudo: Update to include logic fix X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1894 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe7bf50a86ef6954763d2d46ad751afb9d736f76;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pseudo: Update to include logic fix The logic in the previous commit was reversed, update to fix it. Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 1458de57963..6304c4b86ae 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/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 = "cc1f6167cb5065daba1462056e2dce8ff72aa855" +SRCREV = "9df045968d739ead0bebacce415d05269694de4e" S = "${WORKDIR}/git" PV = "1.9.0+git${SRCPV}"