The ftp SRC_URI does not appear to be working reliably. The same URL, but with https does work.
Signed-off-by: Tim Orling <[email protected]> --- recipes-bsp/ace/ace_6.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ace/ace_6.5.3.bb b/recipes-bsp/ace/ace_6.5.3.bb index f1a10eea..e9abb2d2 100644 --- a/recipes-bsp/ace/ace_6.5.3.bb +++ b/recipes-bsp/ace/ace_6.5.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=407a202d1b887b998dc9480442840630" DEPENDS += "openssl gperf-native" -SRC_URI = "ftp://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 \ +SRC_URI = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 \ file://ace_config.patch \ file://config_linux.patch \ " -- 2.24.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6504): https://lists.yoctoproject.org/g/meta-intel/message/6504 Mute This Topic: https://lists.yoctoproject.org/mt/73165231/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
