summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-11-12 21:44:05 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-12 09:39:00 -0800
commitcf4755a60d71c9cd9a38e49fc7943dec76e00e5b (patch)
tree075a135c34605500cf1acfc8d35beece2bf41740
parenta0a562b2648ebb80410307d35b70ec1b3e99712f (diff)
downloadmeta-openembedded-cf4755a60d71c9cd9a38e49fc7943dec76e00e5b.tar.gz
xmlsec1: add UPSTREAM_CHECK_URIHEADmaster
Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version xmlsec1 INFO: Current version: 1.3.7 INFO: Latest version: After the patch: $ devtool latest-version xmlsec1 INFO: Current version: 1.3.7 INFO: Latest version: 1.3.9 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb
index 3e97bde86c..1990444dcc 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb
@@ -24,6 +24,9 @@ SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PV}/${BP}.tar.gz
24 24
25SRC_URI[sha256sum] = "d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea" 25SRC_URI[sha256sum] = "d82e93b69b8aa205a616b62917a269322bf63a3eaafb3775014e61752b2013ea"
26 26
27UPSTREAM_CHECK_URI = "https://github.com/lsh123/xmlsec/releases"
28UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)"
29
27inherit autotools-brokensep ptest pkgconfig 30inherit autotools-brokensep ptest pkgconfig
28 31
29#CFLAGS += "-I${STAGING_INCDIR}/nss3" 32#CFLAGS += "-I${STAGING_INCDIR}/nss3"