diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-11-07 08:12:39 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-07 23:11:24 -0800 |
| commit | b01cbb1ff36bc14025656851f1da0e0243370fc6 (patch) | |
| tree | 821e5d60901c1a157e14e6517d0a29bc32da548b /meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb | |
| parent | ce8a6783f639b8cf1eba7a3148e640bf988a922d (diff) | |
| download | meta-openembedded-b01cbb1ff36bc14025656851f1da0e0243370fc6.tar.gz | |
python3-pylint: Only set SRCREV once
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb index 03e878b2ba..8af74b7cba 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" | |||
| 6 | SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.0.x;protocol=https \ | 6 | SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.0.x;protocol=https \ |
| 7 | file://run-ptest \ | 7 | file://run-ptest \ |
| 8 | " | 8 | " |
| 9 | SRCREV ?= "f2cded41f7f3d4b45236cbe107b366b6caf84bde" | 9 | SRCREV = "efee9618894795cc8847727108522aa79431ee25" |
| 10 | 10 | ||
| 11 | inherit python_setuptools_build_meta ptest | 11 | inherit python_setuptools_build_meta ptest |
| 12 | 12 | ||
| @@ -49,5 +49,3 @@ do_install_ptest() { | |||
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | BBCLASSEXTEND = "native nativesdk" | 51 | BBCLASSEXTEND = "native nativesdk" |
| 52 | |||
| 53 | SRCREV = "efee9618894795cc8847727108522aa79431ee25" | ||
