diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-12 21:43:48 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-12 09:38:57 -0800 |
| commit | b141991577268f71f8a1491ac4729b77aa73bc32 (patch) | |
| tree | f0dc785ee8b63ea74e48521e920fb527fc4b983e /meta-oe/recipes-support/opencv | |
| parent | 7d800ebd21c0477a5e15e13ab918db88c1d7316c (diff) | |
| download | meta-openembedded-b141991577268f71f8a1491ac4729b77aa73bc32.tar.gz | |
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 <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
| -rw-r--r-- | meta-oe/recipes-support/opencv/ade_0.1.2e.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 10 | LICENSE = "Apache-2.0" | 10 | LICENSE = "Apache-2.0" |
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+[a-z]?)" | ||
| 14 | |||
| 13 | inherit cmake | 15 | inherit cmake |
| 14 | 16 | ||
| 15 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" | 17 | EXTRA_OECMAKE += " -DCMAKE_BUILD_TYPE=Release" |
