All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rauc: bump to v1.2
@ 2019-10-29 17:41 Titouan Christophe
  2019-10-29 17:56 ` Pierre-Jean Texier
  0 siblings, 1 reply; 3+ messages in thread
From: Titouan Christophe @ 2019-10-29 17:41 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
 package/rauc/rauc.hash | 4 ++--
 package/rauc/rauc.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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..9edd9d466c 100644
--- a/package/rauc/rauc.mk
+++ b/package/rauc/rauc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-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
-- 
2.21.0

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

* [Buildroot] [PATCH 1/1] package/rauc: bump to v1.2
  2019-10-29 17:41 [Buildroot] [PATCH 1/1] package/rauc: bump to v1.2 Titouan Christophe
@ 2019-10-29 17:56 ` Pierre-Jean Texier
  2019-10-30 12:48   ` Titouan Christophe
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre-Jean Texier @ 2019-10-29 17:56 UTC (permalink / raw)
  To: buildroot

Hi Titouan,

Le 29/10/2019 ? 18:41, Titouan Christophe a ?crit?:
> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
> ---
>   package/rauc/rauc.hash | 4 ++--
>   package/rauc/rauc.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> 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..9edd9d466c 100644
> --- a/package/rauc/rauc.mk
> +++ b/package/rauc/rauc.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -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
> 

Since commit in [1], we need to add dbus in
RAUC_DEPENDENCIES, otherwise the build fails
with the following issue:

checking for Valgrind tool drd... drd
checking for Valgrind tool exp-sgcheck... exp-sgcheck
checking pkg-config is at least version 0.9.0... yes
checking for DBUS1... no
configure: error: Package requirements (dbus-1) were not met:
Package 'dbus-1', required by 'virtual:world', not found

This issue was found with 'test-pkg'.

Thanks !

Pierre-Jean

[1] - 
https://github.com/rauc/rauc/commit/7698cadcbbd0db63877a2947b1d6b9cc7b556f58
-- 
Pierre-Jean Texier
Embedded Linux Engineer
https://koncepto.io

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

* [Buildroot] [PATCH 1/1] package/rauc: bump to v1.2
  2019-10-29 17:56 ` Pierre-Jean Texier
@ 2019-10-30 12:48   ` Titouan Christophe
  0 siblings, 0 replies; 3+ messages in thread
From: Titouan Christophe @ 2019-10-30 12:48 UTC (permalink / raw)
  To: buildroot

Hello Pierre-Jean,

On 10/29/19 6:56 PM, Pierre-Jean Texier wrote:
> Hi Titouan,
> 
> Le 29/10/2019 ? 18:41, Titouan Christophe a ?crit?:
>> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
>> ---
>> ? package/rauc/rauc.hash | 4 ++--
>> ? package/rauc/rauc.mk?? | 2 +-
>> ? 2 files changed, 3 insertions(+), 3 deletions(-)

[snip]

> 
> Since commit in [1], we need to add dbus in
> RAUC_DEPENDENCIES, otherwise the build fails
> with the following issue:
> 
> checking for Valgrind tool drd... drd
> checking for Valgrind tool exp-sgcheck... exp-sgcheck
> checking pkg-config is at least version 0.9.0... yes
> checking for DBUS1... no
> configure: error: Package requirements (dbus-1) were not met:
> Package 'dbus-1', required by 'virtual:world', not found
> 


Indeed, I resent an updated version. Thanks for your review !

> This issue was found with 'test-pkg'.
> 
> Thanks !
> 
> Pierre-Jean
> 
> [1] - 
> https://github.com/rauc/rauc/commit/7698cadcbbd0db63877a2947b1d6b9cc7b556f58 
> 

Titouan

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

end of thread, other threads:[~2019-10-30 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 17:41 [Buildroot] [PATCH 1/1] package/rauc: bump to v1.2 Titouan Christophe
2019-10-29 17:56 ` Pierre-Jean Texier
2019-10-30 12:48   ` Titouan Christophe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.