[oe-commits] [meta-openembedded] 19/31: python3-pykickstart: add UPSTREAM_CHECK_GITTAGREGEX

git at git.openembedded.org git at git.openembedded.org
Mon Jun 4 16:17:26 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 b8bcf733ee25946ea6ee42be15319b7f8583a319
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed May 30 14:38:07 2018 +0800

    python3-pykickstart: add UPSTREAM_CHECK_GITTAGREGEX
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-extended/python-pykickstart/python3-pykickstart_2.35.bb     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_2.35.bb b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_2.35.bb
index 7fe603b..8c13f3e 100644
--- a/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_2.35.bb
+++ b/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_2.35.bb
@@ -21,4 +21,6 @@ SRC_URI = "git://github.com/rhinstaller/pykickstart.git;protocol=https;branch=py
            "
 SRCREV = "b2787a818540e678c2f9c5dca0c6bbd65b8b55e5"
 
+UPSTREAM_CHECK_GITTAGREGEX = "r(?P<pver>\d+(\.\d+)+(-\d+)*)"
+
 inherit setuptools3

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


More information about the Openembedded-commits mailing list