Thanks, applied as 00d31655443b118b146d22dd3d36e9e21dfd526a.

Michael

[sent from post-receive hook]

On Thu, 16 Mar 2023 15:31:22 +0100, Enrico Jorns <[email protected]> wrote:
> RAUC switched to meson as the main build system but kept autotools for
> this release to ease migration.
> Since the meson-generated artifact does not have a 'configure' file, a
> separate autools release tarball was created that is used here.
> 
> Signed-off-by: Enrico Jorns <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/rauc.make b/rules/rauc.make
> index cac186a64b0c..0502fd3704ed 100644
> --- a/rules/rauc.make
> +++ b/rules/rauc.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
>  #
>  # Paths and names
>  #
> -RAUC_VERSION := 1.8
> -RAUC_MD5     := acd0e788d804bda6645a2506c1068789
> +RAUC_VERSION := 1.9
> +RAUC_MD5     := 5b6ca0032185828f8f22d9a416319c3a
>  RAUC         := rauc-$(RAUC_VERSION)
>  RAUC_SUFFIX  := tar.xz
> -RAUC_URL     := 
> https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
> +RAUC_URL     := 
> https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC)-autotools.$(RAUC_SUFFIX)
>  RAUC_SOURCE  := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
>  RAUC_DIR     := $(BUILDDIR)/$(RAUC)
>  RAUC_LICENSE := LGPL-2.1-only

Reply via email to