]> code.ossystems Code Review - openembedded-core.git/commitdiff
at: upgrade 3.2.1 -> 3.2.2
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 24 May 2021 09:13:33 +0000 (11:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 May 2021 21:35:54 +0000 (22:35 +0100)
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>
meta/recipes-extended/at/at_3.2.2.bb [moved from meta/recipes-extended/at/at_3.2.1.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-extended/at/at_3.2.1.bb
rename to meta/recipes-extended/at/at_3.2.2.bb
index ae15df8662187c25c250069b21aa757fa0816fee..5c2018774c04a01ef7f8408671374f9e274e255b 100644 (file)
@@ -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
 }