diff mbox series

[v2,2/2] package/nodejs: taint the build on external modules

Message ID 1525467873-30332-2-git-send-email-angelo@amarulasolutions.com
State Superseded
Headers show
Series [v2,1/2] Makefile: add tainting support | expand

Commit Message

Angelo Compagnucci May 4, 2018, 9:04 p.m. UTC
From: Angelo Compagnucci <angelo.compagnucci@gmail.com>

This patch enables the tainting of the build en an
external module is added.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 package/nodejs/nodejs.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk
index 2642525..3cb9209 100644
--- a/package/nodejs/nodejs.mk
+++ b/package/nodejs/nodejs.mk
@@ -160,6 +160,7 @@  NPM = $(TARGET_CONFIGURE_OPTS) \
 # We can only call NPM if there's something to install.
 #
 ifneq ($(NODEJS_MODULES_LIST),)
+NODEJS_TAINTS = YES
 define NODEJS_INSTALL_MODULES
 	# If you're having trouble with module installation, adding -d to the
 	# npm install call below and setting npm_config_rollback=false can both