diff options
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-mako_0.7.2.bb')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb index d2222d61d8..6f71561bdd 100644 --- a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb +++ b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz" | 8 | SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz" |
9 | SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb" | 9 | SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb" |
@@ -11,11 +11,7 @@ SRC_URI[sha256sum] = "fe8698e845035586bd711a6748e4e40a208a58de276b91380261647004 | |||
11 | 11 | ||
12 | S = "${WORKDIR}/Mako-${PV}" | 12 | S = "${WORKDIR}/Mako-${PV}" |
13 | 13 | ||
14 | inherit distutils | 14 | inherit setuptools |
15 | |||
16 | DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \ | ||
17 | --root=${D} \ | ||
18 | --install-lib=${PYTHON_SITEPACKAGES_DIR}" | ||
19 | 15 | ||
20 | RDEPENDS_${PN} = "python-threading \ | 16 | RDEPENDS_${PN} = "python-threading \ |
21 | python-netclient \ | 17 | python-netclient \ |