summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton2016-06-011-22/+27
* recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton2016-05-061-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