[oe-commits] [meta-openembedded] 60/87: nodejs: add extra RDEPENDS for building

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:04:19 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 154d1cc86359550046ef99ef8686920a91663dd2
Author: Trevor Woerner <twoerner at gmail.com>
AuthorDate: Mon Mar 5 23:04:51 2018 -0500

    nodejs: add extra RDEPENDS for building
    
    If you want to perform an "npm install" and a module needs to be compiled,
    these additional packages need to be on the target otherwise the compile might
    fail with one or more of the following error messages:
    
    	ImportError: No module named compiler.ast
    	ImportError: No module named filecmp
    	ImportError: No module named multiprocessing
    
    Signed-off-by: Trevor Woerner <twoerner at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
index afd2d96..8930cd9 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
@@ -80,7 +80,8 @@ do_install_append_class-target() {
 
 PACKAGES =+ "${PN}-npm"
 FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx"
-RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils"
+RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils \
+    python-compiler python-misc python-multiprocessing"
 
 PACKAGES =+ "${PN}-systemtap"
 FILES_${PN}-systemtap = "${datadir}/systemtap"

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


More information about the Openembedded-commits mailing list