[oe-commits] [meta-openembedded] 20/31: python3-blivet: add UPSTREAM_CHECK_GITTAGREGEX

git at git.openembedded.org git at git.openembedded.org
Mon Jun 4 16:17:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 17b50d26427efe6b2f635cea5bf6b0f96debbe35
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed May 30 14:38:08 2018 +0800

    python3-blivet: add UPSTREAM_CHECK_GITTAGREGEX
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list