aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
diff options
context:
space:
mode:
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.bb6
1 files changed, 5 insertions, 1 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 9113666a9f..d2222d61d8 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"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz"
SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb"
@@ -13,6 +13,10 @@ S = "${WORKDIR}/Mako-${PV}"
inherit distutils
+DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
+ --root=${D} \
+ --install-lib=${PYTHON_SITEPACKAGES_DIR}"
+
RDEPENDS_${PN} = "python-threading \
python-netclient \
python-html \