From d540dfb850d997fa29086d028dfc792249661422 Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 19 Jun 2017 09:10:53 -0500 Subject: x86_64 serialport might not be present --- recipes-devtools/node-red/node-red_0.11.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') 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 bcf5a67..a29524d 100644 --- a/recipes-devtools/node-red/node-red_0.11.1.bb +++ b/recipes-devtools/node-red/node-red_0.11.1.bb @@ -38,7 +38,7 @@ do_install() { rm ./node_modules/node-red/nodes/core/hardware/nrgpio.py # remove x86_64 serialport 0.0.5 - rm -r ./node_modules/node-red/node_modules/node-red-node-serialport + rm -rf ./node_modules/node-red/node_modules/node-red-node-serialport # install node-red install -d ${D}/opt/node-red -- cgit v1.2.3