From a1baa1c027cba6ba86d92b4ad5c2db0b7bba0d1f Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 25 Jan 2026 18:06:20 +0100 Subject: [PATCH] linux-atm: fix SRC_URI The original SRC_URI's certificate has expired - change it to a working URL. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb index 3d679d7dc7..b43900a94d 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb +++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.0-only" DEPENDS = "flex flex-native" -SRC_URI = "http://nchc.dl.sourceforge.net/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ file://link-with-ldflags.patch \ file://install-from-buildir.patch \ file://0001-fix-compile-error-with-linux-kernel-v4.8.patch \