diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-27 11:49:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-28 12:55:26 +0100 |
commit | 096f765d86f952024e96be29abbd3f99811b0495 (patch) | |
tree | 78b3c48335f6ddcad2beae980cd5124cdff88880 | |
parent | 6fce987f16918cd0be6753f84ecd5df14aa5e99f (diff) | |
download | poky-096f765d86f952024e96be29abbd3f99811b0495.tar.gz |
at: take tarballs from debian
The original site went down, and at is more or less
maintained in Debian anyway; the tarballs are identical in name
and content.
(From OE-Core rev: 5fcf9e5c368188e920a995492b342012cbc7016d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/at/at_3.2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
22 | RCONFLICTS:${PN} = "atd" | 22 | RCONFLICTS:${PN} = "atd" |
23 | RREPLACES:${PN} = "atd" | 23 | RREPLACES:${PN} = "atd" |
24 | 24 | ||
25 | SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \ | 25 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/${BPN}_${PV}.orig.tar.gz \ |
26 | file://posixtm.c \ | 26 | file://posixtm.c \ |
27 | file://posixtm.h \ | 27 | file://posixtm.h \ |
28 | file://file_replacement_with_gplv2.patch \ | 28 | file://file_replacement_with_gplv2.patch \ |