diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-27 11:49:50 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 08:27:16 +0100 |
| commit | a224001daa15fc84f62bc01e6e72232938a3c2a0 (patch) | |
| tree | 3bfa158a036d0fd1143d58081bec8a3d40933519 | |
| parent | 8ef42d5532960d5668b09fd92cc6c03bb4359dea (diff) | |
| download | poky-a224001daa15fc84f62bc01e6e72232938a3c2a0.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: e52deac4f3a4fc7c064d9fc67bdae314efd329f1)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5fcf9e5c368188e920a995492b342012cbc7016d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 \ |
