diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-19 14:36:24 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-19 17:48:19 +0100 |
commit | 7f5ebfe5a893f873c3727c4d3db20c553ddd5a86 (patch) | |
tree | 8b29454088d7274c4c4fdd8f580d4043e37fd872 /meta-oe/recipes-devtools | |
parent | 6335366c1f8870f638b7de381251432f2d2404f1 (diff) | |
download | meta-openembedded-7f5ebfe5a893f873c3727c4d3db20c553ddd5a86.tar.gz |
python-mako: install standalone, not as an egg
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | 6 |
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" | |||
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 = "r0" | 6 | PR = "r1" |
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" |
@@ -13,6 +13,10 @@ S = "${WORKDIR}/Mako-${PV}" | |||
13 | 13 | ||
14 | inherit distutils | 14 | inherit distutils |
15 | 15 | ||
16 | DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \ | ||
17 | --root=${D} \ | ||
18 | --install-lib=${PYTHON_SITEPACKAGES_DIR}" | ||
19 | |||
16 | RDEPENDS_${PN} = "python-threading \ | 20 | RDEPENDS_${PN} = "python-threading \ |
17 | python-netclient \ | 21 | python-netclient \ |
18 | python-html \ | 22 | python-html \ |