mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
meta-oe: add python-mako, a templating library
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
85ab35f4ed
commit
07e9ca6888
|
|
@ -0,0 +1,6 @@
|
|||
require python-mako_${PV}.bb
|
||||
inherit native pythonnative
|
||||
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS_${PN} = ""
|
||||
PR = "r0"
|
||||
19
meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
Normal file
19
meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
DESCRIPTION = "Templating library for Python"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.makotemplates.org/downloads/Mako-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "e3c0a677aa4216da9e89ef8fa76cbafb"
|
||||
SRC_URI[sha256sum] = "fe8698e845035586bd711a6748e4e40a208a58de276b9138026164700494b68f"
|
||||
|
||||
S = "${WORKDIR}/Mako-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
RDEPENDS_${PN} = "python-threading \
|
||||
python-netclient \
|
||||
python-html \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user