diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | 2ea3658241154a72a62646c1ba80e33390b6ce88 (patch) | |
tree | e7a5d2aadd2500253122317ef35e022c80a1fc23 /meta-oe/recipes-extended/libreport | |
parent | 045625d61ba56e87e64806232069b255edff43a8 (diff) | |
download | meta-openembedded-2ea3658241154a72a62646c1ba80e33390b6ce88.tar.gz |
libreport: add UPSTREAM_CHECK_GITTAGREGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libreport')
-rw-r--r-- | meta-oe/recipes-extended/libreport/libreport_2.9.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb index f2c661c8f..edcccd141 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb | |||
@@ -19,6 +19,9 @@ SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \ | |||
19 | file://0005-remove-python2-support.patch \ | 19 | file://0005-remove-python2-support.patch \ |
20 | " | 20 | " |
21 | SRCREV = "cfff49f06d9d17e269d463ee71b3d94c8bfb0c58" | 21 | SRCREV = "cfff49f06d9d17e269d463ee71b3d94c8bfb0c58" |
22 | |||
23 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | ||
24 | |||
22 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
23 | 26 | ||
24 | inherit distro_features_check | 27 | inherit distro_features_check |