[OE-core] [PATCH] cronie:upgrade 1.5.4 -> 1.5.5

Mittal, Anuj anuj.mittal at intel.com
Fri Nov 22 03:51:31 UTC 2019


Has this been tested with musl? I think would fail because anacron has
now been enabled by default [1] which in turn needs obstack [2].

[1] 
https://github.com/cronie-crond/cronie/commit/a8920856869a4682ce2300368da623fc86645c7a

[2] 
https://github.com/cronie-crond/cronie/blob/master/anacron/readtab.c

Also the anacron option should probably be converted to a PACKAGECONFIG
since we didn't have --enable-anacron.

Thanks,

Anuj

On Fri, 2019-11-22 at 02:51 -0800, Wang Mingyu wrote:
> ---
>  meta/recipes-extended/cronie/{cronie_1.5.4.bb => cronie_1.5.5.bb} |
> 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-extended/cronie/{cronie_1.5.4.bb =>
> cronie_1.5.5.bb} (94%)
> 
> diff --git a/meta/recipes-extended/cronie/cronie_1.5.4.bb
> b/meta/recipes-extended/cronie/cronie_1.5.5.bb
> similarity index 94%
> rename from meta/recipes-extended/cronie/cronie_1.5.4.bb
> rename to meta/recipes-extended/cronie/cronie_1.5.5.bb
> index d35c667..b327381 100644
> --- a/meta/recipes-extended/cronie/cronie_1.5.4.bb
> +++ b/meta/recipes-extended/cronie/cronie_1.5.5.bb
> @@ -16,7 +16,7 @@ SECTION = "utils"
>  
>  UPSTREAM_CHECK_URI = "
> https://github.com/cronie-crond/${BPN}/releases/"
>  
> -SRC_URI = "
> https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}-final/cronie-${PV}.tar.gz
> \
> +SRC_URI = "
> https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}/cronie-${PV}.tar.gz
> \
>             file://crond.init \
>             file://crontab \
>             file://crond.service \
> @@ -25,8 +25,8 @@ SRC_URI = "
> https://github.com/cronie-crond/cronie/releases/download/cronie-${PV}
>  PAM_SRC_URI = "file://crond_pam_config.patch"
>  PAM_DEPS = "libpam libpam-runtime pam-plugin-access pam-plugin-
> loginuid"
>  
> -SRC_URI[md5sum] = "20233b96997e17a142e1fbe0d7ce8223"
> -SRC_URI[sha256sum] =
> "af8970559cad4262f8ffd7ec72abf682d2dcce04fdfb8f206a71d96566aba882"
> +SRC_URI[md5sum] = "351a37d0b5bd0144816724b4482747ad"
> +SRC_URI[sha256sum] =
> "be34c79505e5544323281854744b9955ff16b160ee569f9df7c0dddae5720eac"
>  
>  inherit autotools update-rc.d useradd systemd
>  
> -- 
> 2.7.4
> 
> 
> 


More information about the Openembedded-core mailing list