diff options
author | Derek Straka <derek@asterius.io> | 2024-02-02 22:10:58 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-02 23:25:32 -0800 |
commit | 89cba3b83cd4259a892faf51e6d2e1f1cf409ac6 (patch) | |
tree | 4af63a21d0a0612fadcf0b8767b06b64ac7ff5ac /meta-python/recipes-devtools/python | |
parent | 1fab428c136efb922af6ad1074e57a85d13efb9a (diff) | |
download | meta-openembedded-89cba3b83cd4259a892faf51e6d2e1f1cf409ac6.tar.gz |
python3-binwalk: update the regex version for upstream checks
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb b/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb index 0b7d97fccb..45b1ff5145 100644 --- a/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb +++ b/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb | |||
@@ -12,6 +12,8 @@ SRCREV = "cddfede795971045d99422bd7a9676c8803ec5ee" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
16 | |||
15 | inherit setuptools3 | 17 | inherit setuptools3 |
16 | 18 | ||
17 | RDEPENDS:${PN} += " \ | 19 | RDEPENDS:${PN} += " \ |