* [meta-oe][mickledore][PATCH 1/2] dialog: Update the SRC_URI
@ 2023-07-19 3:06 mingli.yu
2023-07-19 3:06 ` [meta-oe][mickledore][PATCH 2/2] gnulib: Update SRC_URI mingli.yu
0 siblings, 1 reply; 2+ messages in thread
From: mingli.yu @ 2023-07-19 3:06 UTC (permalink / raw)
To: openembedded-devel
From: Mingli Yu <mingli.yu@windriver.com>
Update the SRC_URI to fix the do_fetch error.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb b/meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb
index 0b1e7e608..d67156e1f 100644
--- a/meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb
+++ b/meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb
@@ -8,7 +8,7 @@ DEPENDS = "ncurses"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
-SRC_URI = "ftp://ftp.invisible-island.net/${BPN}/${BP}.tgz"
+SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
SRC_URI[sha256sum] = "ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66"
# hardcoded here for use in dialog-static recipe
--
2.35.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [meta-oe][mickledore][PATCH 2/2] gnulib: Update SRC_URI
2023-07-19 3:06 [meta-oe][mickledore][PATCH 1/2] dialog: Update the SRC_URI mingli.yu
@ 2023-07-19 3:06 ` mingli.yu
0 siblings, 0 replies; 2+ messages in thread
From: mingli.yu @ 2023-07-19 3:06 UTC (permalink / raw)
To: openembedded-devel
From: Mingli Yu <mingli.yu@windriver.com>
Update the SRC_URI to fix the do_fetch warning.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb
index a27968079..9e09b971c 100644
--- a/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb
+++ b/meta-oe/recipes-support/gnulib/gnulib_2018-12-18.bb
@@ -13,7 +13,7 @@ LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=56a22a6e5bcce45e2c8ac184f81412b5"
SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3"
-SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master \
+SRC_URI = "git://git.savannah.gnu.org/git/gnulib.git;branch=master;protocol=https \
"
S = "${WORKDIR}/git"
--
2.35.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-19 3:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 3:06 [meta-oe][mickledore][PATCH 1/2] dialog: Update the SRC_URI mingli.yu
2023-07-19 3:06 ` [meta-oe][mickledore][PATCH 2/2] gnulib: Update SRC_URI mingli.yu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox