[oe-commits] [openembedded-core] 32/62: npm: npm.bbclass now adds nodejs to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:36:49 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 769fae0b74d7c7992aa593907f446fab98ef5128
Author: Henry Bruce <henry.bruce at intel.com>
AuthorDate: Wed Aug 10 16:26:37 2016 -0700

    npm: npm.bbclass now adds nodejs to RDEPENDS
    
    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 at intel.com>
    Signed-off-by: Ross Burton <ross.burton at 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list