summaryrefslogtreecommitdiffstats
path: root/meta/classes/npm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* classes: Update classes to match new bitbake class scope functionalityRichard Purdie2022-08-121-340/+0
* npm: use npm_registry to cache packageEnrico Scholz2022-06-281-6/+9
* npm: disable 'audit' + 'fund'Enrico Scholz2022-06-281-0/+2
* npm: take 'version' directly from 'package.json'Enrico Scholz2022-06-281-6/+1
* npm: return content of 'package.json' in 'npm_pack'Enrico Scholz2022-06-281-4/+4
* npm: replace 'npm pack' call by 'tar czf'Enrico Scholz2022-06-281-6/+29
* npm.bbclass: Don't create /usr/lib/node symlinkZoltán Böszörményi2022-05-151-4/+0
* npm.bbclass: Fix file permissions before opening it for writingZoltán Böszörményi2022-05-151-0/+2
* npm: Remove unnecessary configs argument from npm run commandStefan Herbrechtsmeier2021-10-231-1/+1
* npm: Use configs for npm environment and args for npm run commandStefan Herbrechtsmeier2021-10-141-8/+6
* npm: Add variable NPM_NODEDIR with default valueStefan Herbrechtsmeier2021-10-141-5/+3
* npm: Add support for EXTRA_OENPM argumentsStefan Herbrechtsmeier2021-10-141-1/+4
* Convert to new override syntaxRichard Purdie2021-08-021-3/+3
* npm.bbclass: Allow nodedir to be overridden by NPM_NODEDIRMike Crowe2021-05-141-2/+4
* npm.bbclass: avoid building target nodejs for native npm recipesYoann Congal2021-02-121-1/+1
* npm.bbclass: use python3 for npm configVyacheslav Yurkov2021-01-301-3/+3
* npm.bbclass: make shrinkwrap file optionalKamel Bouhara2021-01-161-10/+21
* classes/npm: force to rebuild the prebuild addonsJean-Marie LEMETAYER2020-01-271-1/+6
* classes/npm: use the native pythonJean-Marie LEMETAYER2020-01-271-0/+3
* classes/npm: use the local node headersJean-Marie LEMETAYER2020-01-271-0/+3
* classes/npm: restrict the build to be offlineJean-Marie LEMETAYER2020-01-271-0/+3
* classes/npm: refactor the npm classJean-Marie LEMETAYER2020-01-271-75/+274
* npm: remove some temporary build filesJean-Marie LEMETAYER2019-05-211-0/+1
* npm: fix node and npm default directory conflictJean-Marie LEMETAYER2019-05-211-2/+4
* npm: get npm package name from npm packJean-Marie LEMETAYER2019-05-211-2/+2
* npm.bbclass: allow overriding NPM_INSTALL_DEVJef Driesen2018-10-251-1/+1
* npm: change install directory to upstream defaultRichard Purdie2018-10-251-5/+6
* npm: change install directory to upstream defaultOlaf Mandel2018-10-201-1/+1
* npm.bbclass: Node module name and recipe name can be differentBöszörményi Zoltán2018-02-061-5/+13
* npm.bbclass: Fix building node modules with npm@5Böszörményi Zoltán2018-02-061-2/+3
* classes/npm: allow installation of devDependenciesAnders Darander2017-03-221-2/+11
* classes/npm: set HOME during do_installPaul Eggleton2017-02-071-0/+3
* meta: remove True option to getVar callsJoshua Lock2016-12-161-2/+2
* classes/npm: use npm install to do installationPaul Eggleton2016-11-061-1/+5
* recipetool: create: support node.js code outside of npmPaul Eggleton2016-09-081-0/+4
* npm: npm.bbclass now adds nodejs to RDEPENDSHenry Bruce2016-08-171-0/+1
* npm.bbclass: avoid str/byte conversion problems for PKGV and SUMMARYPatrick Ohly2016-06-121-2/+2
* npm: add target_arch flag to npmBrendan Le Foll2016-05-301-1/+12
* npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll2016-04-141-2/+4
* devtool: add: delete externalsrc files on npm recipe do_installPaul Eggleton2016-03-251-2/+4
* recipetool: create: split npm module dependencies into packagesPaul Eggleton2016-03-091-0/+20
* npm.bbclass: Add npm class to match fetcherBrendan Le Foll2016-02-281-0/+25