summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
Commit message (Expand)AuthorAgeFilesLines
* recipetool: fix encoding-related errors creating python recipesPaul Eggleton2017-01-111-2/+2
* 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
* recipetool: create: fix mapping python dependencies to python-dbg packagePaul Eggleton2016-09-081-0/+4
* recipetool: create: AX_PKG_SWIG should add dependency on swig-nativePaul Eggleton2016-09-081-1/+1
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-182-3/+2
* 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-085-14/+14
* recipetool: recognize less common makefile namesNathan Lynch2016-07-011-1/+1
* scripts: python3: convert iterables to listsEd Bartosh2016-06-032-4/+4
* scripts: Fix urlparse imports for python3Ed Bartosh2016-06-021-3/+3
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-023-5/+5
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-022-4/+4
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-025-26/+26
* classes/lib: Update to match python3 iter requirementsRichard Purdie2016-06-021-1/+1
* 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
* recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton2016-06-013-36/+54
* recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton2016-05-062-2/+2
* recipetool.newappend: fix syntax error for 'not path_ok' errorChristopher Larson2016-04-291-1/+1
* recipetool: create: don't create extra files directory unconditionallyPaul Eggleton2016-03-201-7/+8
* recipetool: create: shrinkwrap and lockdown npm modulesPaul Eggleton2016-03-091-0/+57
* 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-092-3/+82
* 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-092-8/+50
* recipetool: create: be more tolerant of spacing in configure.acPaul Eggleton2016-03-091-8/+8
* recipetool: create: fix support for AX_CHECK_LIBRARYPaul Eggleton2016-03-071-1/+1
* recipetool: create: add basic support for new npm fetcher/classPaul Eggleton2016-03-021-0/+48
* recipetool: create: add basic support for generating linux kernel recipesPaul Eggleton2016-03-021-0/+99