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-core/annex-client/annex-client.bb | 2 +- recipes-core/battd/battd-ml_1.0.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core') diff --git a/recipes-core/annex-client/annex-client.bb b/recipes-core/annex-client/annex-client.bb index 83dd602..7864b43 100644 --- a/recipes-core/annex-client/annex-client.bb +++ b/recipes-core/annex-client/annex-client.bb @@ -8,7 +8,7 @@ PROVIDES = "annex-client" # To update this, manually copy ipk from Jenkin's job to .net/downloads/ PR = "r3" ANNEX_PR = "r1" -SRC_URI = "http://multitech.net/downloads/annex-client-from-src_1.0-${ANNEX_PR}.0_${TUNE_PKGARCH}.ipk \ +SRC_URI = "https://multitech.net/downloads/annex-client-from-src_1.0-${ANNEX_PR}.0_${TUNE_PKGARCH}.ipk \ file://annex-client.init \ file://monitor-annexcd \ file://call_home \ diff --git a/recipes-core/battd/battd-ml_1.0.bb b/recipes-core/battd/battd-ml_1.0.bb index efc1687..7a7b65d 100644 --- a/recipes-core/battd/battd-ml_1.0.bb +++ b/recipes-core/battd/battd-ml_1.0.bb @@ -11,7 +11,7 @@ INSANE_SKIP_${PN} += "build-deps already-stripped ldflags" PR = "r2" TAR_PR = "r1" -SRC_URI = "http://multitech.net/downloads/${BPN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}.tar.xz \ +SRC_URI = "https://multitech.net/downloads/${BPN}_${PV}-${TAR_PR}_${TUNE_PKGARCH}.tar.xz \ " SRC_URI[md5sum] = "a99f5fdb78ed5755f7df3e6a0553dd75" -- cgit v1.2.3