Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] package/rauc: bump to v1.2
@ 2019-10-30 12:45 Titouan Christophe
  2019-10-30 17:45 ` Pierre-Jean Texier
  2019-11-05 10:09 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Titouan Christophe @ 2019-10-30 12:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
Changes v1 -> v2: dbus is now a compile time dependency
---
 package/rauc/Config.in | 2 +-
 package/rauc/rauc.hash | 4 ++--
 package/rauc/rauc.mk   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/rauc/Config.in b/package/rauc/Config.in
index 456f8f382c..4a1516a595 100644
--- a/package/rauc/Config.in
+++ b/package/rauc/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_RAUC
 	depends on BR2_USE_WCHAR # glib2
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_OPENSSL
-	select BR2_PACKAGE_DBUS # run-time dependency
+	select BR2_PACKAGE_DBUS
 	select BR2_PACKAGE_SQUASHFS # run-time dependency
 	help
 	  RAUC is the Robust Auto-Update Controller developed by
diff --git a/package/rauc/rauc.hash b/package/rauc/rauc.hash
index ad4f74409e..54760347c7 100644
--- a/package/rauc/rauc.hash
+++ b/package/rauc/rauc.hash
@@ -1,4 +1,4 @@
 # Locally calculated, after verifying against
-# https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz.asc
-sha256 e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f rauc-1.1.tar.xz
+# https://github.com/rauc/rauc/releases/download/v1.2/rauc-1.2.tar.xz.asc
+sha256 224683fc1fac50ccb89128aa786445cd8e26bb25deafd4410e0807187376e661 rauc-1.2.tar.xz
 sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk
index 88a1006bc0..451d3c898b 100644
--- a/package/rauc/rauc.mk
+++ b/package/rauc/rauc.mk
@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-RAUC_VERSION = 1.1
+RAUC_VERSION = 1.2
 RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)
 RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz
 RAUC_LICENSE = LGPL-2.1
 RAUC_LICENSE_FILES = COPYING
-RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
+RAUC_DEPENDENCIES = host-pkgconf openssl libglib2 dbus
 
 ifeq ($(BR2_PACKAGE_RAUC_NETWORK),y)
 RAUC_CONF_OPTS += --enable-network
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2 1/1] package/rauc: bump to v1.2
  2019-10-30 12:45 [Buildroot] [PATCH v2 1/1] package/rauc: bump to v1.2 Titouan Christophe
@ 2019-10-30 17:45 ` Pierre-Jean Texier
  2019-11-05 10:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2019-10-30 17:45 UTC (permalink / raw)
  To: buildroot

Hello Titouan,

Le 30/10/2019 ? 13:45, Titouan Christophe a ?crit?:
> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

Reviewed-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Thanks for the v2 ;)

Regards

Pierre-Jean

> ---
> Changes v1 -> v2: dbus is now a compile time dependency
> ---
>   package/rauc/Config.in | 2 +-
>   package/rauc/rauc.hash | 4 ++--
>   package/rauc/rauc.mk   | 4 ++--
>   3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/rauc/Config.in b/package/rauc/Config.in
> index 456f8f382c..4a1516a595 100644
> --- a/package/rauc/Config.in
> +++ b/package/rauc/Config.in
> @@ -5,7 +5,7 @@ config BR2_PACKAGE_RAUC
>   	depends on BR2_USE_WCHAR # glib2
>   	select BR2_PACKAGE_LIBGLIB2
>   	select BR2_PACKAGE_OPENSSL
> -	select BR2_PACKAGE_DBUS # run-time dependency
> +	select BR2_PACKAGE_DBUS
>   	select BR2_PACKAGE_SQUASHFS # run-time dependency
>   	help
>   	  RAUC is the Robust Auto-Update Controller developed by
> diff --git a/package/rauc/rauc.hash b/package/rauc/rauc.hash
> index ad4f74409e..54760347c7 100644
> --- a/package/rauc/rauc.hash
> +++ b/package/rauc/rauc.hash
> @@ -1,4 +1,4 @@
>   # Locally calculated, after verifying against
> -# https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz.asc
> -sha256 e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f rauc-1.1.tar.xz
> +# https://github.com/rauc/rauc/releases/download/v1.2/rauc-1.2.tar.xz.asc
> +sha256 224683fc1fac50ccb89128aa786445cd8e26bb25deafd4410e0807187376e661 rauc-1.2.tar.xz
>   sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
> diff --git a/package/rauc/rauc.mk b/package/rauc/rauc.mk
> index 88a1006bc0..451d3c898b 100644
> --- a/package/rauc/rauc.mk
> +++ b/package/rauc/rauc.mk
> @@ -4,12 +4,12 @@
>   #
>   ################################################################################
>   
> -RAUC_VERSION = 1.1
> +RAUC_VERSION = 1.2
>   RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)
>   RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz
>   RAUC_LICENSE = LGPL-2.1
>   RAUC_LICENSE_FILES = COPYING
> -RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
> +RAUC_DEPENDENCIES = host-pkgconf openssl libglib2 dbus
>   
>   ifeq ($(BR2_PACKAGE_RAUC_NETWORK),y)
>   RAUC_CONF_OPTS += --enable-network
> 

-- 
Pierre-Jean Texier
Embedded Linux Engineer
https://koncepto.io

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH v2 1/1] package/rauc: bump to v1.2
  2019-10-30 12:45 [Buildroot] [PATCH v2 1/1] package/rauc: bump to v1.2 Titouan Christophe
  2019-10-30 17:45 ` Pierre-Jean Texier
@ 2019-11-05 10:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-11-05 10:09 UTC (permalink / raw)
  To: buildroot

On Wed, 30 Oct 2019 13:45:40 +0100
Titouan Christophe <titouan.christophe@railnova.eu> wrote:

> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
> ---
> Changes v1 -> v2: dbus is now a compile time dependency
> ---
>  package/rauc/Config.in | 2 +-
>  package/rauc/rauc.hash | 4 ++--
>  package/rauc/rauc.mk   | 4 ++--
>  3 files changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-05 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 12:45 [Buildroot] [PATCH v2 1/1] package/rauc: bump to v1.2 Titouan Christophe
2019-10-30 17:45 ` Pierre-Jean Texier
2019-11-05 10:09 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox