meta-oe: add python-mako, a templating library

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Ross Burton
2012-11-26 12:28:18 +00:00
committed by Koen Kooi
parent 85ab35f4ed
commit 07e9ca6888
2 changed files with 25 additions and 0 deletions
@@ -0,0 +1,6 @@
require python-mako_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
PR = "r0"