From b141991577268f71f8a1491ac4729b77aa73bc32 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 12 Nov 2025 21:43:48 +0800 Subject: ade: add UPSTREAM_CHECK_GITTAGREGEX Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version ade INFO: Current version: 0.1.2e INFO: Latest version: 0.1.2 INFO: Latest version's commit: ffc83ad372d72b16732f201d8a9d1d80dd16515b After the patch: $ devtool latest-version ade INFO: Current version: 0.1.2e INFO: Latest version: 0.1.2e INFO: Latest version's commit: ffc83ad372d72b16732f201d8a9d1d80dd16515b Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/ade_0.1.2e.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/opencv/ade_0.1.2e.bb b/meta-oe/recipes-support/opencv/ade_0.1.2e.bb index a7af2f2da9..a6ae4fdbec 100644 --- a/meta-oe/recipes-support/opencv/ade_0.1.2e.bb +++ b/meta-oe/recipes-support/opencv/ade_0.1.2e.bb @@ -10,6 +10,8 @@ SRCREV = "ffc83ad372d72b16732f201d8a9d1d80dd16515b" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+[a-z]?)" + inherit cmake EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" -- cgit v1.2.3-54-g00ecf