summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/recipeutils.py
AgeCommit message (Expand)Author
2015-09-29recipeutils: implement get_recipe_local_files()Markus Lehtonen
2015-09-28recipeutils.py: don't hardcode the upstream version as 1.0 when SRC_URI is em...Alexander Kanavin
2015-09-22devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton
2015-09-22lib/oe/recipeutils: properly split unexpanded variable valuesPaul Eggleton
2015-08-19lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton
2015-08-09recipeutils.py: allow all characters in regexes used to parse version stringsAlexander Kanavin
2015-07-22recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pvAníbal Limón
2015-07-22oe/recipeutils.py: get_recipe_upstream_info update to get revisionAníbal Limón
2015-07-22oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exitsAníbal Limón
2015-07-16lib/oe/recipeutils: fix replace_dir_vars to return the correct variablesPaul Eggleton
2015-07-12oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URIAníbal Limón
2015-07-12lib/oe/recipeutils: Ensure order of data store doesn't influence the resultRichard Purdie
2015-06-27oe.recipeutils: fix line.split error in bbappend_recipeChristopher Larson
2015-06-08recipeutils: Improve get_recipe_pv_without_srcpv functionAníbal Limón
2015-06-03recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv ...Aníbal Limón
2015-05-19recipetool: add appendfile subcommandPaul Eggleton
2015-05-15lib/oe/recipeutils: add a parse_recipe_simple() functionPaul Eggleton
2015-04-27devtool: handle . in recipe namePaul Eggleton
2015-04-27devtool: include bbappends in recipe parsingMarkus Lehtonen
2015-02-23lib/oe/recipeutils: minor improvements to patch_recipe()Paul Eggleton
2014-12-21lib/oe: add recipeutils modulePaul Eggleton