summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
Commit message (Expand)AuthorAgeFilesLines
* recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton2016-11-081-1/+1
* recipetool: create: fix handling of github URLsPaul Eggleton2016-11-081-1/+1
* recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton2016-06-291-1/+1
* recipetool: create: don't create extra files directory unconditionallyPaul Eggleton2016-03-201-7/+8
* recipetool: create: support creation of additional files by pluginsPaul Eggleton2016-03-091-0/+11
* recipetool: create: check if npm available if npm:// URL specifiedPaul Eggleton2016-03-091-0/+6
* recipetool: create: split npm module dependencies into packagesPaul Eggleton2016-03-091-0/+28
* recipetool: create: add license file crunchingPaul Eggleton2016-03-091-1/+76
* recipetool: create: match *LICENSE* as a license filePaul Eggleton2016-03-091-1/+1
* recipetool: create: improve mapping for autotools program macrosPaul Eggleton2016-03-091-2/+20
* recipetool: create: improve CMake package mappingPaul Eggleton2016-02-211-3/+12
* recipetool: create: set S when we set SRC_URI from local git repoPaul Eggleton2016-02-111-0/+1
* recipetool: create: convert http git URLs that don't end in .git but contain ...Paul Eggleton2016-02-111-4/+6
* recipetool: create: ensure URL parameters don't make it into the namePaul Eggleton2016-02-111-1/+1
* recipetool: create: determine name/version from github/bitbucket URLsPaul Eggleton2016-02-111-9/+35
* recipetool: create: better fix for fetch error handlingPaul Eggleton2016-01-241-2/+2
* recipetool: create: fix extraction of name from URLs ending in /Paul Eggleton2016-01-241-1/+1
* recipetool: create: extract SRC_URI from local git repositoriesPaul Eggleton2016-01-241-7/+23
* devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton2016-01-241-2/+9
* recipetool: create: add a couple more license checksumsPaul Eggleton2016-01-191-0/+2
* recipetool: create: add basic support for extracting dependencies from cmakePaul Eggleton2016-01-191-0/+3
* recipetool: create: force GL libraries to virtual/*Paul Eggleton2016-01-191-0/+5
* recipetool: create: move dependency mapping code to RecipeHandlerPaul Eggleton2016-01-191-1/+136
* recipetool: create: fix overzealous mapping of git URLsPaul Eggleton2016-01-191-1/+1
* devtool: add: support adding a native variantPaul Eggleton2016-01-111-0/+23
* recipetool: create: support creating standalone native/nativesdk recipesPaul Eggleton2016-01-111-1/+6
* recipetool: create: lower case name when determining from filenamePaul Eggleton2016-01-111-2/+2
* recipetool: create: fix error when extracting source to a specified directoryPaul Eggleton2015-12-281-0/+2
* recipetool: create: basic extraction of name/version from filenamePaul Eggleton2015-12-281-0/+32
* recipetool: create: support extracting name and version from build scriptsPaul Eggleton2015-12-281-26/+104
* recipetool: create: set up priority system for recipe handlersPaul Eggleton2015-12-281-2/+14
* recipetool: create: detect when specified URL returns a web pagePaul Eggleton2015-12-281-4/+11
* recipetool: create: avoid traceback on fetch errorPaul Eggleton2015-12-281-1/+5
* recipetool: create: handle https://....git URLsPaul Eggleton2015-12-281-0/+5
* recipetool: make plugin registration function name consistent with devtoolPaul Eggleton2015-12-011-1/+1
* recipetool: create: fix change in path structure if --extract-to path existsPaul Eggleton2015-10-071-0/+6
* devtool / recipetool: add handling for binary-only packagesPaul Eggleton2015-09-231-0/+14
* recipetool: create: fix handling of URIs containing #Paul Eggleton2015-09-231-2/+4
* recipetool: create: fix creating empty shell functionsPaul Eggleton2015-09-231-3/+19
* scriptutils: split out simple fetching function from recipetoolPaul Eggleton2015-09-091-29/+1
* recipetool: allow specifying SRCREV via rev= in URIPaul Eggleton2015-05-011-4/+13
* devtool: add: use the appropriate file naming and versioning for SCM recipesPaul Eggleton2015-05-011-3/+12
* recipetool: ensure git clone is standalone when extractingPaul Eggleton2015-05-011-0/+2
* recipetool: avoid second-level subdir when extractingPaul Eggleton2015-05-011-6/+7
* recipetool: fix duplicate licenses being picked upPaul Eggleton2015-03-201-1/+3
* recipetool: fix regression caused by previous commitPaul Eggleton2015-02-231-4/+4
* recipetool: improve command-line helpPaul Eggleton2015-02-081-3/+5
* recipetool: replace version in S valuePaul Eggleton2015-02-031-0/+2
* scripts/recipetool: Add a recipe auto-creation scriptPaul Eggleton2014-12-231-0/+413