aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
AgeCommit message (Expand)Author
2017-08-21recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMpaule/devtool28-oePaul Eggleton
2017-08-21recipetool: allow plugins to set PN / PV more easilyPaul Eggleton
2017-08-21recipetool: create: replacing PV in SRCURIStanley Phoong
2017-08-21recipetool: create: handle git URLs specifying only a tagStanley Phoong
2017-08-21recipetool: create: being able to set branch when revision is providedChang Rebecca Swee Fun
2017-08-21recipetool: create: disable PREMIRRORS and MIRRORS by defaultChang Rebecca Swee Fun
2017-08-16recipetool: create: fix incorrect URL variable usagePaul Eggleton
2017-07-21scriptutils: pass in logger as parameterChang Rebecca Swee Fun
2017-07-21recipetool: create: refactor code for ensuring npm is availablePaul Eggleton
2017-07-21recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton
2017-07-21recipetool: create: eliminate second fetch for packagesPaul Eggleton
2017-07-21recipetool: create: ensure meaningful error for malformed tarballsPaul Eggleton
2017-07-17recipetool: git reformat URI mangling & parameter strippedStanley Cheong Kwan, Phoong
2017-05-23recipetool: create: extract name of package from a repositoryPaul Eggleton
2017-05-23recipetool: create: skip values extracted from spec files containing macrosPaul Eggleton
2017-04-12recipetool: create: hide missing npm error when called from devtoolPaul Eggleton
2017-04-12devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton
2017-04-12recipetool: create: fix for regression in npm license handlingPaul Eggleton
2017-03-21devtool/recipetill: npm install of devDependenciesAnders Darander
2017-03-04scripts/lib/create_npm: handle Public Domain licensesAnders Darander
2017-03-04scripts/lib/create_npm: handle AND and OR in licensesAnders Darander
2017-03-04scripts/lib/create_npm: rewrite see license in eulaAnders Darander
2017-03-04create_npm.py: convert MIT/X11 to MITAnders Darander
2017-02-15classes: Drop now unneeded update_data callsRichard Purdie
2017-02-07recipetool: create: do not treat numbers in SCM URLs as versionsPaul Eggleton
2017-02-07recipetool: create: properly handle npm optional dependenciesPaul Eggleton
2016-12-16scripts: remove True option to getVarFlag callsJoshua Lock
2016-12-16scripts: remove True option to getVar callsJoshua Lock
2016-12-14devtool / recipetool: use tinfoil parsing APIPaul Eggleton
2016-12-08recipetool: fix encoding-related errors creating python recipesPaul Eggleton
2016-11-23recipetool: add postinst to .deb importStephano Cetola
2016-11-07recipetool: create: separate LICENSE items with & by defaultPaul Eggleton
2016-11-07devtool: add: show recipetool create outputPaul Eggleton
2016-10-05devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton
2016-09-28recipetool: newappend: drop _provide_to_pnChristopher Larson
2016-09-19recipetool: create: support git short form URLsPaul Eggleton
2016-09-19recipetool: create: tweak license crunchingPaul Eggleton
2016-09-19recipetool: create: pick up AC_PROG_SWIGPaul Eggleton
2016-09-19recipetool: create: detect python autoconf macrosPaul Eggleton
2016-09-19recipetool: create: fix error with git tree and no networkPaul Eggleton
2016-09-19recipetool: create: fix name/version extraction from filenamePaul Eggleton
2016-09-19recipetool: create: improve python recipe license handlingPaul Eggleton
2016-09-19recipetool: create: fix picking up name from local python source treePaul Eggleton
2016-09-08recipetool: create: avoid extra blank lines in output recipePaul Eggleton
2016-09-08recipetool: create: support node.js code outside of npmPaul Eggleton
2016-09-08recipetool: create: allow license variable handling to be rerunPaul Eggleton
2016-09-08recipetool: create: add --keep-temp command line optionPaul Eggleton
2016-09-08recipetool: create: support git submodulesPaul Eggleton
2016-09-08recipetool: create: fix mapping python dependencies to python-dbg packagePaul Eggleton
2016-09-08recipetool: create: AX_PKG_SWIG should add dependency on swig-nativePaul Eggleton