diff options
Diffstat (limited to 'meta/recipes-extended/at/at_3.1.20.bb')
-rw-r--r-- | meta/recipes-extended/at/at_3.1.20.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/at_3.1.20.bb b/meta/recipes-extended/at/at_3.1.20.bb index 1c3eefc828..85459b6403 100644 --- a/meta/recipes-extended/at/at_3.1.20.bb +++ b/meta/recipes-extended/at/at_3.1.20.bb | |||
@@ -15,7 +15,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" | |||
15 | RCONFLICTS_${PN} = "atd" | 15 | RCONFLICTS_${PN} = "atd" |
16 | RREPLACES_${PN} = "atd" | 16 | RREPLACES_${PN} = "atd" |
17 | 17 | ||
18 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 18 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
19 | file://fix_parallel_build_error.patch \ | 19 | file://fix_parallel_build_error.patch \ |
20 | file://posixtm.c \ | 20 | file://posixtm.c \ |
21 | file://posixtm.h \ | 21 | file://posixtm.h \ |
@@ -33,6 +33,8 @@ PAM_SRC_URI = "file://pam.conf.patch \ | |||
33 | SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" | 33 | SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" |
34 | SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" | 34 | SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" |
35 | 35 | ||
36 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/" | ||
37 | |||
36 | EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ | 38 | EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ |
37 | --with-daemon_username=root \ | 39 | --with-daemon_username=root \ |
38 | --with-daemon_groupname=root \ | 40 | --with-daemon_groupname=root \ |