From 7c24309c68e4d954804befb65d04e1a47f977a0e Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 25 Mar 2022 19:13:17 -0500 Subject: Build should use https, not http or clear git --- recipes-devtools/node-red/node-red_0.15.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/node-red/node-red_0.15.3.bb b/recipes-devtools/node-red/node-red_0.15.3.bb index bacf9fd..4898ebc 100644 --- a/recipes-devtools/node-red/node-red_0.15.3.bb +++ b/recipes-devtools/node-red/node-red_0.15.3.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Node-RED" -HOMEPAGE = "http://nodered.org" +HOMEPAGE = "https://nodered.org" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" DEPENDS = "nodejs nodejs-native" @@ -20,7 +20,7 @@ do_install() { oe_runnpm install --prefix./node_modules/node-red nodemailer # Build patched serialport. # Original is https://registry.npmjs.org/serialport/-/serialport-1.7.4.tgz - oe_runnpm install --prefix ./node_modules/node-red http://multitech.net/mlinux/sources/node-red-serialport-1.7.4-mt1.tgz + oe_runnpm install --prefix ./node_modules/node-red https://multitech.net/mlinux/sources/node-red-serialport-1.7.4-mt1.tgz # modules needed for loragw oe_runnpm install --prefix ./node_modules/node-red extend dissolve node-constants -- cgit v1.2.3