diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pylint.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pylint.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pylint.inc b/meta-python/recipes-devtools/python/python-pylint.inc index 18be8a191..3ce1cae21 100644 --- a/meta-python/recipes-devtools/python/python-pylint.inc +++ b/meta-python/recipes-devtools/python/python-pylint.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE= "http://www.pylint.org/" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "31da2185bf59142479e4fa16d8a9e347" | 6 | SRC_URI[md5sum] = "27ee752cdcfacb05bf4940947e6b35c6" |
7 | SRC_URI[sha256sum] = "a673984a8dd78e4a8b8cfdee5359a1309d833cf38405008f4a249994a8456719" | 7 | SRC_URI[sha256sum] = "ea6afb93a9ed810cf52ff3838eb3a15e2bf6a81b80de0eaede1ce442caa5ca69" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
@@ -28,4 +28,5 @@ from pylint import run_pylint | |||
28 | run_pylint() | 28 | run_pylint() |
29 | EOF | 29 | EOF |
30 | chmod 755 ${D}${bindir}/pylint | 30 | chmod 755 ${D}${bindir}/pylint |
31 | sed -i -e 's:^#!/usr/bin/python:#!/usr/bin/env\ ${PYTHON_PN}:g' ${D}/${PYTHON_SITEPACKAGES_DIR}/pylint/test/data/ascript | ||
31 | } | 32 | } |