1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

at: upgrade to 3.18

(From OE-Core rev: c0f613564a0f895f5c3652601f0947ad7495ac81)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi
2016-01-11 13:58:41 +08:00
committed by Richard Purdie
parent 21efab7b2f
commit ae73be1d4a
2 changed files with 17 additions and 10 deletions
@@ -13,16 +13,23 @@ Upstream-Status: Pending
Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Index: at-3.1.12/Makefile.in ---
=================================================================== Makefile.in | 2 ++
--- at-3.1.12.orig/Makefile.in 1 file changed, 2 insertions(+)
+++ at-3.1.12/Makefile.in
@@ -83,6 +83,8 @@ y.tab.c y.tab.h: parsetime.y diff --git a/Makefile.in b/Makefile.in
index dd3c2f8..7897e45 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -82,6 +82,8 @@ y.tab.c y.tab.h: parsetime.y
lex.yy.c: parsetime.l lex.yy.c: parsetime.l
$(LEX) -i parsetime.l $(LEX) -i parsetime.l
+parsetime.l: y.tab.h +parsetime.l: y.tab.h
+ +
atrun: atrun.in atd.service: atd.service.in
configure sed -e 's![@]sbindir[@]!$(sbindir)!g' < $< > $@
--
1.9.1
@@ -15,7 +15,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
RCONFLICTS_${PN} = "atd" RCONFLICTS_${PN} = "atd"
RREPLACES_${PN} = "atd" RREPLACES_${PN} = "atd"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
file://fix_parallel_build_error.patch \ file://fix_parallel_build_error.patch \
file://posixtm.c \ file://posixtm.c \
file://posixtm.h \ file://posixtm.h \
@@ -30,8 +30,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
PAM_SRC_URI = "file://pam.conf.patch \ PAM_SRC_URI = "file://pam.conf.patch \
file://configure-add-enable-pam.patch" file://configure-add-enable-pam.patch"
SRC_URI[md5sum] = "d05da75d9b75d93917ffb16ab48b1e19" SRC_URI[md5sum] = "f67a7aab557cd5b4a1311079a08acebe"
SRC_URI[sha256sum] = "cb9af59c6a54edce9536ba629841055409d1f89d8ae26494727a97141fb4d5c1" SRC_URI[sha256sum] = "dbd5c8cb8edd53ef467363c3af0391c08769f1dbbd4d5002c59a4cd4cac11d52"
EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
--with-daemon_username=root \ --with-daemon_username=root \