diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-01 17:32:19 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-01 09:20:03 -0700 |
commit | 207d738dbbdec137994fd5156cc4492af82a744b (patch) | |
tree | 0c10e6a3f15f06acf3296a10f1aea03c91390c79 /meta-oe/recipes-support/poco | |
parent | 8263131bba00fd234cd872eccc63cf2ae0865e96 (diff) | |
download | meta-openembedded-207d738dbbdec137994fd5156cc4492af82a744b.tar.gz |
poco: add UPSTREAM_CHECK_GITTAGREGEX
Fixes:
INFO: poco 1.9.4 UNKNOWN_BROKEN None
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/poco')
-rw-r--r-- | meta-oe/recipes-support/poco/poco_1.9.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.9.4.bb b/meta-oe/recipes-support/poco/poco_1.9.4.bb index f1dabcd012..fcd5219759 100644 --- a/meta-oe/recipes-support/poco/poco_1.9.4.bb +++ b/meta-oe/recipes-support/poco/poco_1.9.4.bb | |||
@@ -16,6 +16,8 @@ SRC_URI = " \ | |||
16 | " | 16 | " |
17 | SRCREV = "b95393dcc3640807838e8323b4e600e54d2e8116" | 17 | SRCREV = "b95393dcc3640807838e8323b4e600e54d2e8116" |
18 | 18 | ||
19 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" | ||
20 | |||
19 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
20 | 22 | ||
21 | inherit cmake ptest | 23 | inherit cmake ptest |