siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
129 stars 76 forks source link

npm: add variable for additional install flags #363

Closed fmoessbauer closed 1 year ago

fmoessbauer commented 1 year ago

This patch adds the NPM_INSTALL_FLAGS bitbake variable to add additional npm install flags. The flags can be used to instruct npm modules to use system library dependencies instead of vendoring.

Signed-off-by: Felix Moessbauer felix.moessbauer@siemens.com