From 07e9ca6888c728c4c9d3d3631b901c603d247beb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 26 Nov 2012 12:28:18 +0000 Subject: meta-oe: add python-mako, a templating library Signed-off-by: Koen Kooi --- meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb (limited to 'meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb') diff --git a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb new file mode 100644 index 0000000000..0d4c1e4ae9 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb @@ -0,0 +1,6 @@ +require python-mako_${PV}.bb +inherit native pythonnative + +DEPENDS = "python-native" +RDEPENDS_${PN} = "" +PR = "r0" -- cgit v1.2.3-54-g00ecf