summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/npm.py
AgeCommit message (Expand)Author
2018-05-29bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-02-14bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán
2017-08-31bitbake: fetch2/npm: add noverify parameter to skip lockdown/shrinkwrapPaul Eggleton
2017-06-29bitbake: npm fetcher: fix unknown variable name.Ismo Puustinen
2017-06-02bitbake: fetch: support multiple mirror tarball filenamesChristopher Larson
2017-03-04bitbake: fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-03-01bitbake: lib/bb/fetch2: rewrite / to - in package namesAnders Darander
2017-02-07bitbake: fetch2/npm: fix handling of os fieldPaul Eggleton
2017-02-07bitbake: fetch2/npm: handle items only in optionalDependenciesPaul Eggleton
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-23bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-11-23bitbake: fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warningsPaul Eggleton
2016-09-15bitbake: fetch2/npm: don't download same URL multiple timesPaul Eggleton
2016-09-08bitbake: fetch2/npm: clarify commentPaul Eggleton
2016-09-08bitbake: fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-08bitbake: fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-08bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton
2016-09-08bitbake: fetch2/npm: explicitly specify workdirPaul Eggleton
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-03-12bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll
2016-03-09bitbake: fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton
2016-03-09bitbake: fetch2/npm: properly handle npm dependenciesPaul Eggleton
2016-03-09bitbake: fetch2/npm: fix errors with some version specificationsPaul Eggleton
2016-03-07bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton
2016-03-07bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton
2016-03-07bitbake: fetch2/npm: fix indentationPaul Eggleton
2016-03-02bitbake: fetch2/npm: Add missing ParameterError importBrendan Le Foll
2016-03-02bitbake: npm: in cases where shrinkwrap resolved a git URL, ignore it and gra...Brendan Le Foll
2016-02-26bitbake: fetch2/npm: Add mirroring support for npm fetcherRichard Purdie
2016-02-26bitbake: fetch2/npm: Add npm fetcherBrendan Le Foll