diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-30 14:38:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-30 12:41:10 -0700 |
commit | bcf176e2e7cef70f073e42fefe4bbbeff283c457 (patch) | |
tree | 4b52cd307e0c3ee4cf516562e9394c6c4f2eb9c6 /meta-python/recipes-devtools/python/python-click.inc | |
parent | 80afe08ceca58f0f598b1c3b3b956d7a22f99136 (diff) | |
download | meta-openembedded-bcf176e2e7cef70f073e42fefe4bbbeff283c457.tar.gz |
python-click: add UPSTREAM_CHECK_REGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-click.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index 718bbabcf..c81545b15 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" | |||
11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" | 11 | SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" |
12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" | 12 | SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" |
13 | 13 | ||
14 | UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" | ||
15 | |||
14 | CLEANBROKEN = "1" | 16 | CLEANBROKEN = "1" |
15 | 17 | ||
16 | RDEPENDS_${PN} += "\ | 18 | RDEPENDS_${PN} += "\ |