diff options
author | John Klug <john.klug@multitech.com> | 2017-06-06 10:52:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-06 10:52:38 -0500 |
commit | 7dcc7c35c014236ae71a9dc1f83546bc481805ab (patch) | |
tree | ded2023c580313cebbd7a4688c0a13b49b8fc7e5 /recipes-devtools | |
parent | c7cae6cae274c2ede411b240b15db55bb115274d (diff) | |
download | meta-mlinux-7dcc7c35c014236ae71a9dc1f83546bc481805ab.tar.gz meta-mlinux-7dcc7c35c014236ae71a9dc1f83546bc481805ab.tar.bz2 meta-mlinux-7dcc7c35c014236ae71a9dc1f83546bc481805ab.zip |
remove serialport from node-red due to 6.2 g++ error
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/node-red/node-red_0.11.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/node-red/node-red_0.11.1.bb b/recipes-devtools/node-red/node-red_0.11.1.bb index 4a73335..1dba51a 100644 --- a/recipes-devtools/node-red/node-red_0.11.1.bb +++ b/recipes-devtools/node-red/node-red_0.11.1.bb @@ -16,7 +16,9 @@ do_install() { oe_runnpm install --prefix ./ node-red@0.11.1 # npm install more stuff - oe_runnpm install --prefix ./node_modules/node-red serialport nodemailer + # serialport dropped because of compiler error (g++ 6.2) in morty: + # + oe_runnpm install --prefix ./node_modules/node-red nodemailer # modules needed for loragw oe_runnpm install --prefix ./node_modules/node-red extend dissolve node-constants |