summaryrefslogtreecommitdiffstats
path: root/meta/classes/npm.bbclass
AgeCommit message (Expand)Author
2022-08-12classes: Update classes to match new bitbake class scope functionalityRichard Purdie
2022-06-28npm: use npm_registry to cache packageEnrico Scholz
2022-06-28npm: disable 'audit' + 'fund'Enrico Scholz
2022-06-28npm: take 'version' directly from 'package.json'Enrico Scholz
2022-06-28npm: return content of 'package.json' in 'npm_pack'Enrico Scholz
2022-06-28npm: replace 'npm pack' call by 'tar czf'Enrico Scholz
2022-05-15npm.bbclass: Don't create /usr/lib/node symlinkZoltán Böszörményi
2022-05-15npm.bbclass: Fix file permissions before opening it for writingZoltán Böszörményi
2021-10-23npm: Remove unnecessary configs argument from npm run commandStefan Herbrechtsmeier
2021-10-14npm: Use configs for npm environment and args for npm run commandStefan Herbrechtsmeier
2021-10-14npm: Add variable NPM_NODEDIR with default valueStefan Herbrechtsmeier
2021-10-14npm: Add support for EXTRA_OENPM argumentsStefan Herbrechtsmeier
2021-08-02Convert to new override syntaxRichard Purdie
2021-05-14npm.bbclass: Allow nodedir to be overridden by NPM_NODEDIRMike Crowe
2021-02-12npm.bbclass: avoid building target nodejs for native npm recipesYoann Congal
2021-01-30npm.bbclass: use python3 for npm configVyacheslav Yurkov
2021-01-16npm.bbclass: make shrinkwrap file optionalKamel Bouhara
2020-01-27classes/npm: force to rebuild the prebuild addonsJean-Marie LEMETAYER
2020-01-27classes/npm: use the native pythonJean-Marie LEMETAYER
2020-01-27classes/npm: use the local node headersJean-Marie LEMETAYER
2020-01-27classes/npm: restrict the build to be offlineJean-Marie LEMETAYER
2020-01-27classes/npm: refactor the npm classJean-Marie LEMETAYER
2019-05-21npm: remove some temporary build filesJean-Marie LEMETAYER
2019-05-21npm: fix node and npm default directory conflictJean-Marie LEMETAYER
2019-05-21npm: get npm package name from npm packJean-Marie LEMETAYER
2018-10-25npm.bbclass: allow overriding NPM_INSTALL_DEVJef Driesen
2018-10-25npm: change install directory to upstream defaultRichard Purdie
2018-10-20npm: change install directory to upstream defaultOlaf Mandel
2018-02-06npm.bbclass: Node module name and recipe name can be differentBöszörményi Zoltán
2018-02-06npm.bbclass: Fix building node modules with npm@5Böszörményi Zoltán
2017-03-22classes/npm: allow installation of devDependenciesAnders Darander
2017-02-07classes/npm: set HOME during do_installPaul Eggleton
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-11-06classes/npm: use npm install to do installationPaul Eggleton
2016-09-08recipetool: create: support node.js code outside of npmPaul Eggleton
2016-08-17npm: npm.bbclass now adds nodejs to RDEPENDSHenry Bruce
2016-06-12npm.bbclass: avoid str/byte conversion problems for PKGV and SUMMARYPatrick Ohly
2016-05-30npm: add target_arch flag to npmBrendan Le Foll
2016-04-14npm.bbclass: Stop packagenames containing underscores from being generatedBrendan Le Foll
2016-03-25devtool: add: delete externalsrc files on npm recipe do_installPaul Eggleton
2016-03-09recipetool: create: split npm module dependencies into packagesPaul Eggleton
2016-02-28npm.bbclass: Add npm class to match fetcherBrendan Le Foll