aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2018-05-30 14:38:08 +0800
committerKhem Raj <raj.khem@gmail.com>2018-05-30 12:40:51 -0700
commit17b50d26427efe6b2f635cea5bf6b0f96debbe35 (patch)
treec3cd36b6ac9c8b1304ff6686fbda9ab34c62b751 /meta-python/recipes-extended
parentb8bcf733ee25946ea6ee42be15319b7f8583a319 (diff)
downloadmeta-openembedded-contrib-17b50d26427efe6b2f635cea5bf6b0f96debbe35.tar.gz
python3-blivet: 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-python/recipes-extended')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
index 46dc32de76..045e0f48dc 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
@@ -26,6 +26,8 @@ SRC_URI = "git://github.com/rhinstaller/blivet;branch=2.2-devel \
file://0014-invoking-dd-with-infinite-timeout.patch \
"
+UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$"
+
inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"