summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes/gitver.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* gitver: fix try/except syntax for python3 supportAlejandro Mery2017-03-071-2/+2
| | | | | | | | | https://www.python.org/dev/peps/pep-3110/ It's backward compatible with 2.6+ Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove True option to getVar callsJoshua Lock2016-12-021-2/+2
| | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
* gitver: fix gitver to work with yocto 1.3Radek Dostal2012-10-301-13/+8
| | | | | | | | | | replace oe_run and oe.process with bb.process gitver got broken by following oe-core commits: 15ad62ab1be060d8a7cdc2d28167ea3af4cfd5d5 d56062cbf92ef206bf06c767befacb66927a9a36 Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-101-0/+80
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)