summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-mako: use setuptools.bbclass, fixing install pathsRoss Burton2013-01-131-6/+2
| | | | | | | | | | | An argument was missed in the manual setuptools configuration which meant that the tool was installed into /data/poky-master/tmp/sysroots/x86_64-linux/usr/bin/mako-render. Using the setuptools class reduces duplication and puts the tool into /usr/bin where it belongs. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: install standalone, not as an eggRoss Burton2012-12-191-1/+5
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: add python-mako, a templating libraryRoss Burton2012-12-041-0/+19
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>