aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
AgeCommit message (Expand)Author
2016-01-19recipetool: create: add a couple more license checksumsPaul Eggleton
2016-01-19recipetool: create: add basic support for extracting dependencies from cmakePaul Eggleton
2016-01-19recipetool: create: force GL libraries to virtual/*Paul Eggleton
2016-01-19recipetool: create: move dependency mapping code to RecipeHandlerPaul Eggleton
2016-01-19recipetool: create: fix overzealous mapping of git URLsPaul Eggleton
2016-01-11devtool: add: support adding a native variantPaul Eggleton
2016-01-11recipetool: create: support creating standalone native/nativesdk recipesPaul Eggleton
2016-01-11recipetool: create: lower case name when determining from filenamePaul Eggleton
2015-12-22recipetool: create: fix error when extracting source to a specified directoryPaul Eggleton
2015-12-22recipetool: create: basic extraction of name/version from filenamePaul Eggleton
2015-12-22recipetool: create: support extracting name and version from build scriptsPaul Eggleton
2015-12-22recipetool: create: set up priority system for recipe handlersPaul Eggleton
2015-12-22recipetool: create: detect when specified URL returns a web pagePaul Eggleton
2015-12-22recipetool: create: avoid traceback on fetch errorPaul Eggleton
2015-12-22recipetool: create: handle https://....git URLsPaul Eggleton
2015-12-01recipetool: make plugin registration function name consistent with devtoolPaul Eggleton
2015-10-03recipetool: create: fix change in path structure if --extract-to path existsPaul Eggleton
2015-09-22devtool / recipetool: add handling for binary-only packagesPaul Eggleton
2015-09-22recipetool: create: fix handling of URIs containing #Paul Eggleton
2015-09-22recipetool: create: fix creating empty shell functionsPaul Eggleton
2015-09-09scriptutils: split out simple fetching function from recipetoolPaul Eggleton
2015-05-01recipetool: allow specifying SRCREV via rev= in URIPaul Eggleton
2015-05-01devtool: add: use the appropriate file naming and versioning for SCM recipesPaul Eggleton
2015-05-01recipetool: ensure git clone is standalone when extractingPaul Eggleton
2015-05-01recipetool: avoid second-level subdir when extractingPaul Eggleton
2015-03-20recipetool: fix duplicate licenses being picked upPaul Eggleton
2015-02-23recipetool: fix regression caused by previous commitPaul Eggleton
2015-02-07recipetool: improve command-line helpPaul Eggleton
2015-02-03recipetool: replace version in S valuePaul Eggleton
2014-12-21scripts/recipetool: Add a recipe auto-creation scriptPaul Eggleton