public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [krogoth][PATCH v2] npm: npm.bbclass now adds nodejs to RDEPENDS
@ 2016-08-16  0:25 Henry Bruce
  0 siblings, 0 replies; only message in thread
From: Henry Bruce @ 2016-08-16  0:25 UTC (permalink / raw)
  To: openembedded-core

We expect that any package that uses the npm bbclass
will have a runtime dependency on node.js

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
---
 meta/classes/npm.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/npm.bbclass b/meta/classes/npm.bbclass
index 95be751..55c7c3e 100644
--- a/meta/classes/npm.bbclass
+++ b/meta/classes/npm.bbclass
@@ -1,4 +1,5 @@
 DEPENDS_prepend = "nodejs-native "
+RDEPENDS_${PN}_prepend = "nodejs "
 S = "${WORKDIR}/npmpkg"
 
 NPM_INSTALLDIR = "${D}${libdir}/node_modules/${PN}"
-- 
2.4.11



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-16  0:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16  0:25 [krogoth][PATCH v2] npm: npm.bbclass now adds nodejs to RDEPENDS Henry Bruce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox