mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
6335366c1f
commit
7f5ebfe5a8
@@ -3,7 +3,7 @@ SECTION = "devel/python"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz"
|
SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz"
|
||||||
SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb"
|
SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb"
|
||||||
@@ -13,6 +13,10 @@ S = "${WORKDIR}/Mako-${PV}"
|
|||||||
|
|
||||||
inherit distutils
|
inherit distutils
|
||||||
|
|
||||||
|
DISTUTILS_INSTALL_ARGS = "--single-version-externally-managed \
|
||||||
|
--root=${D} \
|
||||||
|
--install-lib=${PYTHON_SITEPACKAGES_DIR}"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "python-threading \
|
RDEPENDS_${PN} = "python-threading \
|
||||||
python-netclient \
|
python-netclient \
|
||||||
python-html \
|
python-html \
|
||||||
|
|||||||
Reference in New Issue
Block a user