[2/3] at: take tarballs from debian

Message ID 20220627094951.1882744-2-alex@linutronix.de
State Accepted, archived
Commit 5fcf9e5c368188e920a995492b342012cbc7016d
Headers show
Series [1/3] python3-hatch-vcs: fix upstream version check | expand

Commit Message

Alexander Kanavin June 27, 2022, 9:49 a.m. UTC
The original site went down, and at is more or less
maintained in Debian anyway; the tarballs are identical in name
and content.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-extended/at/at_3.2.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta/recipes-extended/at/at_3.2.5.bb b/meta/recipes-extended/at/at_3.2.5.bb
index 6769eb364b..87a436173f 100644
--- a/meta/recipes-extended/at/at_3.2.5.bb
+++ b/meta/recipes-extended/at/at_3.2.5.bb
@@ -22,7 +22,7 @@  PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
 RCONFLICTS:${PN} = "atd"
 RREPLACES:${PN} = "atd"
 
-SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/a/at/${BPN}_${PV}.orig.tar.gz \
            file://posixtm.c \
            file://posixtm.h \
            file://file_replacement_with_gplv2.patch \