From 5e752b492644d699e1f45dceedd17552a1ccae8b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Aug 2026 17:44:00 +0000 Subject: [PATCH] pstack: upgrade 2.12.2 -> 2.17.7 Minor release; see upstream release notes for details. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj --- .../pstack/{pstack_2.12.2.bb => pstack_2.17.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/pstack/{pstack_2.12.2.bb => pstack_2.17.7.bb} (84%) diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb b/meta-oe/recipes-devtools/pstack/pstack_2.17.7.bb similarity index 84% rename from meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb rename to meta-oe/recipes-devtools/pstack/pstack_2.17.7.bb index 98cf948de0..a45d6b69ad 100644 --- a/meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb +++ b/meta-oe/recipes-devtools/pstack/pstack_2.17.7.bb @@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80" DEPENDS = "tcl virtual/libx11 libxt zip-native" -SRC_URI = "git://github.com/peadar/pstack;branch=v2.12-maint;tag=v${PV};protocol=https;tag=v${PV} \ +SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https \ file://0001-reader.h-include-cstdint-for-uintmax_t-intmax_t.patch \ " -SRCREV = "98c4ddb7f0faa5221ea0a5f38105fc2a2f5cbfe7" +SRCREV = "a7b64eca7a0a57b6f38de770388013a4fb3be739" PACKAGES =+ "${PN}-lib"