summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at')
-rw-r--r--meta/recipes-extended/at/at_3.1.20.bb4
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"
15RCONFLICTS_${PN} = "atd" 15RCONFLICTS_${PN} = "atd"
16RREPLACES_${PN} = "atd" 16RREPLACES_${PN} = "atd"
17 17
18SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ 18SRC_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 \
33SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" 33SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e"
34SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" 34SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9"
35 35
36UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/"
37
36EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ 38EXTRA_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 \