diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-03-19 08:15:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-20 00:02:22 +0000 |
commit | e45dca9df0f1e8599fe7b71b3bb4969a991fa894 (patch) | |
tree | 5be2f8148b525e4274f5a8a55d36b648e166e4f1 | |
parent | a3e92d3c053a561f65b670f4479429dd10ddd628 (diff) | |
download | poky-e45dca9df0f1e8599fe7b71b3bb4969a991fa894.tar.gz |
python3-semantic-version: fix upstream verison check
(From OE-Core rev: 6fbc555ee50f97c4b4b3e3af5eaeb23551ec4901)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb index ee635871bf..4101f48043 100644 --- a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb +++ b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb | |||
@@ -10,3 +10,5 @@ PYPI_PACKAGE = "semantic_version" | |||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | |||
14 | UPSTREAM_CHECK_REGEX = "/semantic-version/(?P<pver>(\d+[\.\-_]*)+)/" | ||