From: Henry Bruce <henry.bruce@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] npm: npm.bbclass now adds nodejs to RDEPENDS
Date: Wed, 10 Aug 2016 15:15:41 -0700 [thread overview]
Message-ID: <1470867341-12828-1-git-send-email-henry.bruce@intel.com> (raw)
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..541fd3b 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
next reply other threads:[~2016-08-10 22:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-10 22:15 Henry Bruce [this message]
2016-08-10 22:53 ` [PATCH] npm: npm.bbclass now adds nodejs to RDEPENDS Christopher Larson
2016-08-10 23:26 ` [PATCH v2] " Henry Bruce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1470867341-12828-1-git-send-email-henry.bruce@intel.com \
--to=henry.bruce@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox