summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
Commit message (Expand)AuthorAgeFilesLines
* devtool/standard: set a preferred provider when adding a new recipe with devtoolJuan M Cruz Alcaraz2017-09-131-0/+3
* recipetool: create: detect Eclipse licensesPaul Eggleton2017-08-311-1/+5
* recipetool: create: suppress npm shrinkwrap/lockdown warnings againPaul Eggleton2017-08-311-0/+2
* recipetool: create: fix SRCPV prefix for non-git SCMsPaul Eggleton2017-08-311-1/+9
* recipetool: create: make recently added branch/tag handling git specificPaul Eggleton2017-08-311-2/+2
* devtool: add: add explicit srcrev/branch optionsPaul Eggleton2017-08-311-3/+22
* recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMPaul Eggleton2017-08-231-38/+77
* 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
* recipetool: create: refactor code for ensuring npm is availablePaul Eggleton2017-07-211-20/+1
* recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton2017-07-211-20/+20
* 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: hide missing npm error when called from devtoolPaul Eggleton2017-04-131-0/+4
* devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton2017-04-131-6/+22
* devtool/recipetill: npm install of devDependenciesAnders Darander2017-03-221-0/+6
* 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
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-12/+12
* 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-051-4/+6
* recipetool: create: support git short form URLsPaul Eggleton2016-09-201-3/+6
* recipetool: create: tweak license crunchingPaul Eggleton2016-09-201-1/+1
* 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: avoid extra blank lines in output recipePaul Eggleton2016-09-081-1/+7
* 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
* recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton2016-08-011-1/+1
* recipetool: record unknown license filesPaul Eggleton2016-07-261-0/+10
* recipetool: create: support specifying a file as the local sourcePaul Eggleton2016-07-121-5/+10
* recipetool: create: fix handling of github URLsPaul Eggleton2016-07-121-1/+1
* recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton2016-07-081-29/+0
* recipetool: create: avoid decoding errors with Python 3Paul Eggleton2016-07-081-3/+3
* scripts: Fix urlparse imports for python3Ed Bartosh2016-06-021-3/+3
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-2/+2
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-021-1/+1
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-6/+6
* recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2016-06-011-0/+5
* recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton2016-06-011-2/+4
* recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton2016-06-011-11/+94