diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-24 11:13:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-25 22:35:54 +0100 |
commit | 19b259d421aa878047104b92141c4d67963fc4e0 (patch) | |
tree | e60fea1b7fe35bc4d85e322d9a2551840d301e33 /meta/recipes-extended/at | |
parent | 00f3ebbab50182ad5b948f266480cf30f9eb1d33 (diff) | |
download | openembedded-core-contrib-19b259d421aa878047104b92141c4d67963fc4e0.tar.gz |
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.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at')
-rw-r--r-- | meta/recipes-extended/at/at_3.2.2.bb (renamed from meta/recipes-extended/at/at_3.2.1.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/at_3.2.1.bb b/meta/recipes-extended/at/at_3.2.2.bb index ae15df86621..5c2018774c0 100644 --- a/meta/recipes-extended/at/at_3.2.1.bb +++ b/meta/recipes-extended/at/at_3.2.2.bb @@ -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 } |