summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:28 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:49 -0700
commit63cbfc2ad3819123eb19e59a564fc57bb0e7fd80 (patch)
tree2ba137ca9e10eb438f23290750d6c5a3f39841c6
parent99a4b9d98b7a2bc68f943bc5cb2f2bb67822c772 (diff)
downloadmeta-openembedded-63cbfc2ad3819123eb19e59a564fc57bb0e7fd80.tar.gz
poco: upgrade 1.15.2 -> 1.15.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/poco/poco_1.15.3.bb (renamed from meta-oe/recipes-support/poco/poco_1.15.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.15.2.bb b/meta-oe/recipes-support/poco/poco_1.15.3.bb
index 5a873a1d85..ed236f7a5c 100644
--- a/meta-oe/recipes-support/poco/poco_1.15.2.bb
+++ b/meta-oe/recipes-support/poco/poco_1.15.3.bb
@@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4267f48fc738f50380cbeeb76f95cebc"
8# These dependencies are required by Foundation 8# These dependencies are required by Foundation
9DEPENDS = "libpcre2 utf8proc zlib" 9DEPENDS = "libpcre2 utf8proc zlib"
10 10
11SRC_URI = "git://github.com/pocoproject/poco.git;branch=poco-${PV};protocol=https;tag=poco-${PV}-release \ 11SRC_URI = "git://github.com/pocoproject/poco.git;branch=poco-1.15.3;protocol=https;tag=poco-${PV}-release \
12 file://0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch \ 12 file://0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch \
13 file://0002-DataTest-disable-testSQLChannel-test.patch \ 13 file://0002-DataTest-disable-testSQLChannel-test.patch \
14 file://0003-quill-rdtsc-fallback-for-32-bit-powerpc.patch \ 14 file://0003-quill-rdtsc-fallback-for-32-bit-powerpc.patch \
15 file://run-ptest \ 15 file://run-ptest \
16 " 16 "
17SRCREV = "afbb1ab68f29eec7079e2fdfa04b3efdbec6529d" 17SRCREV = "e8c711ce5a58006272b3950c293eb92c849caea3"
18 18
19UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" 19UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
20 20