summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-mako: use BBCLASSEXTEND instead of native recipeRoss Burton2013-11-181-5/+0
| | | | | | | | There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: add python-mako, a templating libraryRoss Burton2012-12-041-0/+6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>