diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-30 17:54:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-30 08:03:08 -0700 |
commit | 0eee87c653e7f0fdeb38b06c88fe84dcb650d7e5 (patch) | |
tree | 8e060985fad624f8acdce4d696c179b3414d5432 | |
parent | f171f496406b259c5a414afceb9706ed44810906 (diff) | |
download | meta-openembedded-0eee87c653e7f0fdeb38b06c88fe84dcb650d7e5.tar.gz |
pstack: upgrade 2.10 -> 2.12.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb (renamed from meta-oe/recipes-devtools/pstack/pstack_2.10.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb b/meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb index eb8b2965f1..24f46396e8 100644 --- a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb +++ b/meta-oe/recipes-devtools/pstack/pstack_2.12.2.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80" | |||
9 | 9 | ||
10 | DEPENDS = "tcl virtual/libx11 libxt zip-native" | 10 | DEPENDS = "tcl virtual/libx11 libxt zip-native" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https" | 12 | SRC_URI = "git://github.com/peadar/pstack;branch=v2.12-maint;tag=v${PV};protocol=https;tag=v${PV}" |
13 | SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63" | 13 | SRCREV = "98c4ddb7f0faa5221ea0a5f38105fc2a2f5cbfe7" |
14 | 14 | ||
15 | PACKAGES =+ "${PN}-lib" | 15 | PACKAGES =+ "${PN}-lib" |
16 | 16 | ||