diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:04:58 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 10:08:06 +0100 |
| commit | 6648bf972f15e913cb0f30171b997f17c1da7b09 (patch) | |
| tree | 157e4ed1ce156fce9f2155c5f1b46e25d75c87bd | |
| parent | ef9819dfb12642f07af460e5105bf14348491c3c (diff) | |
| download | poky-6648bf972f15e913cb0f30171b997f17c1da7b09.tar.gz | |
cronie: upgrade 1.6.0 -> 1.6.1
Release 1.6.1
crond: Fix regression of handling ranges (x-y) in crontab
(From OE-Core rev: 251a5ec8d9694caa9e35690198604f6ee4bad537)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4bcd528050c01a1e7a3d1a847379833672900ad9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/cronie/cronie_1.6.1.bb (renamed from meta/recipes-extended/cronie/cronie_1.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cronie/cronie_1.6.0.bb b/meta/recipes-extended/cronie/cronie_1.6.1.bb index d2f08c9af0..6d150dd3c7 100644 --- a/meta/recipes-extended/cronie/cronie_1.6.0.bb +++ b/meta/recipes-extended/cronie/cronie_1.6.1.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = "https://github.com/cronie-crond/cronie/releases/download/cronie-${PV} | |||
| 25 | PAM_SRC_URI = "file://crond_pam_config.patch" | 25 | PAM_SRC_URI = "file://crond_pam_config.patch" |
| 26 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" | 26 | PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-loginuid" |
| 27 | 27 | ||
| 28 | SRC_URI[sha256sum] = "3f7cc263d21838b53a9943eb2a26b862059e2ae36c3f11789ac33cd6818e3628" | 28 | SRC_URI[sha256sum] = "2cd0f0dd1680e6b9c39bf1e3a5e7ad6df76aa940de1ee90a453633aa59984e62" |
| 29 | 29 | ||
| 30 | inherit autotools update-rc.d useradd systemd | 30 | inherit autotools update-rc.d useradd systemd |
| 31 | 31 | ||
