mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
python-cryptography-vectors, python-ndg-httpsclient, python-prettytable: Update UPSTREAM_CHECK variables to allow for version checking
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d533527c65
commit
545b16a983
@@ -13,3 +13,5 @@ SRC_URI[sha256sum] = "4be4eee8a11deee5c2f00e389b49de8ce2642130282d1cd0adffb2f7db
|
|||||||
PYPI_PACKAGE = "cryptography_vectors"
|
PYPI_PACKAGE = "cryptography_vectors"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_REGEX = ""
|
||||||
|
|||||||
@@ -14,3 +14,5 @@ DEPENDS += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_REGEX = ""
|
||||||
|
|||||||
@@ -20,3 +20,6 @@ do_install_append() {
|
|||||||
chmod 644 "${f}"
|
chmod 644 "${f}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/PrettyTable/"
|
||||||
|
UPSTREAM_CHECK_REGEX = "/PrettyTable/(?P<pver>(\d+[\.\-_]*)+)"
|
||||||
|
|||||||
Reference in New Issue
Block a user