summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
Commit message (Expand)AuthorAgeFilesLines
* recipetool: create: fix npm license code regressionPaul Eggleton2017-08-231-0/+3
* recipetool: create: fix broken import in npm modulePaul Eggleton2017-08-231-1/+1
* recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMPaul Eggleton2017-08-232-80/+79
* recipetool: allow plugins to set PN / PV more easilyPaul Eggleton2017-08-231-7/+9
* recipetool: create: replacing PV in SRCURIStanley Phoong2017-08-231-1/+3
* recipetool: create: handle git URLs specifying only a tagStanley Phoong2017-08-231-1/+22
* recipetool: create: being able to set branch when revision is providedChang Rebecca Swee Fun2017-08-231-0/+48
* recipetool: create: disable PREMIRRORS and MIRRORS by defaultChang Rebecca Swee Fun2017-08-231-0/+1
* recipetool: create: fix incorrect URL variable usagePaul Eggleton2017-08-171-1/+1
* scriptutils: pass in logger as parameterChang Rebecca Swee Fun2017-07-211-1/+1
* recipetool: create: refactor code for ensuring npm is availablePaul Eggleton2017-07-212-22/+26
* recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton2017-07-212-25/+25
* recipetool: create: eliminate second fetch for packagesPaul Eggleton2017-07-211-15/+6
* recipetool: create: ensure meaningful error for malformed tarballsPaul Eggleton2017-07-211-4/+18
* recipetool: git reformat URI mangling & parameter strippedStanley Cheong Kwan, Phoong2017-07-171-9/+26
* recipetool: create: extract name of package from a repositoryPaul Eggleton2017-05-231-3/+8
* recipetool: create: skip values extracted from spec files containing macrosPaul Eggleton2017-05-231-0/+4
* recipetool: create: hide missing npm error when called from devtoolPaul Eggleton2017-04-132-1/+5
* devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton2017-04-132-15/+33
* recipetool: create: fix for regression in npm license handlingPaul Eggleton2017-04-131-1/+2
* devtool/recipetill: npm install of devDependenciesAnders Darander2017-03-222-5/+24
* scripts/lib/create_npm: handle Public Domain licensesAnders Darander2017-03-041-0/+1
* scripts/lib/create_npm: handle AND and OR in licensesAnders Darander2017-03-041-1/+15
* scripts/lib/create_npm: rewrite see license in eulaAnders Darander2017-03-041-2/+4
* create_npm.py: convert MIT/X11 to MITAnders Darander2017-03-041-0/+2
* classes: Drop now unneeded update_data callsRichard Purdie2017-02-151-1/+0
* recipetool: create: do not treat numbers in SCM URLs as versionsPaul Eggleton2017-02-071-2/+1
* recipetool: create: properly handle npm optional dependenciesPaul Eggleton2017-02-071-7/+49
* scripts: remove True option to getVarFlag callsJoshua Lock2016-12-161-3/+3
* scripts: remove True option to getVar callsJoshua Lock2016-12-166-31/+31
* devtool / recipetool: use tinfoil parsing APIPaul Eggleton2016-12-143-31/+6
* recipetool: fix encoding-related errors creating python recipesPaul Eggleton2016-12-081-2/+2
* recipetool: add postinst to .deb importStephano Cetola2016-11-231-3/+32
* recipetool: create: separate LICENSE items with & by defaultPaul Eggleton2016-11-071-5/+7
* devtool: add: show recipetool create outputPaul Eggleton2016-11-071-6/+19
* devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton2016-10-052-5/+9
* recipetool: newappend: drop _provide_to_pnChristopher Larson2016-09-281-12/+1
* recipetool: create: support git short form URLsPaul Eggleton2016-09-201-3/+6
* recipetool: create: tweak license crunchingPaul Eggleton2016-09-201-1/+1
* recipetool: create: pick up AC_PROG_SWIGPaul Eggleton2016-09-201-1/+2
* recipetool: create: detect python autoconf macrosPaul Eggleton2016-09-201-0/+16
* recipetool: create: fix error with git tree and no networkPaul Eggleton2016-09-201-4/+10
* recipetool: create: fix name/version extraction from filenamePaul Eggleton2016-09-201-14/+36
* recipetool: create: improve python recipe license handlingPaul Eggleton2016-09-201-2/+28
* recipetool: create: fix picking up name from local python source treePaul Eggleton2016-09-201-34/+2
* recipetool: create: avoid extra blank lines in output recipePaul Eggleton2016-09-081-1/+7
* recipetool: create: support node.js code outside of npmPaul Eggleton2016-09-081-1/+110
* recipetool: create: allow license variable handling to be rerunPaul Eggleton2016-09-081-50/+53
* recipetool: create: add --keep-temp command line optionPaul Eggleton2016-09-081-1/+5
* recipetool: create: support git submodulesPaul Eggleton2016-09-081-2/+9