diff options
| author | Ross Burton <ross.burton@intel.com> | 2012-11-26 12:28:18 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:42:39 +0100 |
| commit | 07e9ca6888c728c4c9d3d3631b901c603d247beb (patch) | |
| tree | f86c192dcbb366368aa58bdaeea86da909566207 /meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | |
| parent | 85ab35f4edac91ecc180161e97c6698f1c10928b (diff) | |
| download | meta-openembedded-07e9ca6888c728c4c9d3d3631b901c603d247beb.tar.gz | |
meta-oe: add python-mako, a templating library
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | require python-mako_${PV}.bb | ||
| 2 | inherit native pythonnative | ||
| 3 | |||
| 4 | DEPENDS = "python-native" | ||
| 5 | RDEPENDS_${PN} = "" | ||
| 6 | PR = "r0" | ||
