mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
at: upgrade 3.2.1 -> 3.2.2
Drop a script in /usr/share as purpose is unclear (nothing references it), and it pulls in bash without need. (From OE-Core rev: 19b259d421aa878047104b92141c4d67963fc4e0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
08e3dcb340
commit
9be54cb3dc
@@ -37,7 +37,7 @@ SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \
|
||||
PAM_SRC_URI = "file://pam.conf.patch \
|
||||
file://configure-add-enable-pam.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "aabe6e5cb6dd19fe9fb25c2747492f2db38762b95ea41b86f949609c39fb55c4"
|
||||
SRC_URI[sha256sum] = "2211da14914fde1f9cc83592838fb6385a32fb11fcecb7816c77700df6559088"
|
||||
|
||||
EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
|
||||
--with-daemon_username=root \
|
||||
@@ -72,4 +72,5 @@ do_install () {
|
||||
if [ "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" ]; then
|
||||
install -D -m 0644 ${WORKDIR}/${BP}/pam.conf ${D}${sysconfdir}/pam.d/atd
|
||||
fi
|
||||
rm -f ${D}${datadir}/at/batch-job
|
||||
}
|
||||
Reference in New Issue
Block a user