public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Henry Bruce <henry.bruce@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2] npm: npm.bbclass now adds nodejs to RDEPENDS
Date: Wed, 10 Aug 2016 16:26:37 -0700	[thread overview]
Message-ID: <1470871597-14289-1-git-send-email-henry.bruce@intel.com> (raw)
In-Reply-To: <1470867341-12828-1-git-send-email-henry.bruce@intel.com>

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



      parent reply	other threads:[~2016-08-10 23:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-10 22:15 [PATCH] npm: npm.bbclass now adds nodejs to RDEPENDS Henry Bruce
2016-08-10 22:53 ` Christopher Larson
2016-08-10 23:26 ` Henry Bruce [this message]

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=1470871597-14289-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