diff options
author | John Klug <john.klug@multitech.com> | 2022-03-25 19:13:17 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-25 19:13:17 -0500 |
commit | 7c24309c68e4d954804befb65d04e1a47f977a0e (patch) | |
tree | 49a5646df1413aeedee7c24a5a9bd8ee8b7bee6d /recipes-devtools/node-red | |
parent | dbade41e2061570e4482ef925c7ac6d2171b9664 (diff) | |
download | meta-mlinux-7c24309c68e4d954804befb65d04e1a47f977a0e.tar.gz meta-mlinux-7c24309c68e4d954804befb65d04e1a47f977a0e.tar.bz2 meta-mlinux-7c24309c68e4d954804befb65d04e1a47f977a0e.zip |
Build should use https, not http or clear git
Diffstat (limited to 'recipes-devtools/node-red')
-rw-r--r-- | recipes-devtools/node-red/node-red_0.15.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |