[oe] [meta-python][PATCH 2/4] python3-blivet: add UPSTREAM_CHECK_GITTAGREGEX

Yi Zhao yi.zhao at windriver.com
Wed May 30 06:38:08 UTC 2018


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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 46dc32d..045e0f4 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"
 
-- 
2.7.4




More information about the Openembedded-devel mailing list