[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1886/8267] npm: npm.bbclass now adds nodejs to RDEPENDS



commit caaff71f97ff7595d256d6b63f3400eee90f3a7b
Author: Henry Bruce <henry bruce intel com>
Date:   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
    
    (From OE-Core rev: 769fae0b74d7c7992aa593907f446fab98ef5128)
    
    Signed-off-by: Henry Bruce <henry bruce intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/npm.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]