summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2023-07-19 11:06:11 +0800
committerArmin Kuster <akuster808@gmail.com>2023-07-25 07:13:33 -0400
commitcb365a53787e59181c0b37f28cff15b36cb42fe6 (patch)
tree0474abb4402622d898ec0af09374b239802ce2cb
parentd9bd685f6e279c7cb50f568cafb2606bd0dcb41a (diff)
downloadmeta-openembedded-cb365a53787e59181c0b37f28cff15b36cb42fe6.tar.gz
dialog: Update the SRC_URI
Update the SRC_URI to fix the do_fetch error. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/dialog/dialog_1.3-20210509.bb2
1 files changed, 1 insertions, 1 deletions
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"
8LICENSE = "LGPL-2.1-only" 8LICENSE = "LGPL-2.1-only"
9LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 9LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
10 10
11SRC_URI = "ftp://ftp.invisible-island.net/${BPN}/${BP}.tgz" 11SRC_URI = "https://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
12SRC_URI[sha256sum] = "ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66" 12SRC_URI[sha256sum] = "ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66"
13 13
14# hardcoded here for use in dialog-static recipe 14# hardcoded here for use in dialog-static recipe