Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/brickd: bump to version 1.2.2
@ 2021-07-25 21:57 Fabrice Fontaine
  2021-07-26 18:12 ` David Lechner
  2021-07-26 21:43 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-07-25 21:57 UTC (permalink / raw)
  To: buildroot; +Cc: David Lechner, Fabrice Fontaine

This bump will fix a build failure raised since bump of vala to version
0.52.4 in commit a6855bb94a815de820374d5ee95d6a4a0af66b3d

https://github.com/ev3dev/brickd/releases/tag/v1.2.2

Fixes:
 - http://autobuild.buildroot.org/results/c162e518ad614a4c21346a3ad44e2f5c6622c889

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/brickd/brickd.hash | 2 +-
 package/brickd/brickd.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/brickd/brickd.hash b/package/brickd/brickd.hash
index e9be1b10b0..be9ad9ed90 100644
--- a/package/brickd/brickd.hash
+++ b/package/brickd/brickd.hash
@@ -1,5 +1,5 @@
 # Locally computed hash
-sha256  205f581103512599cb10992275da8c7207ed732e1a686600877c51b7a742de73  brickd-ev3dev-stretch_1.2.1-br1.tar.gz
+sha256  8469b6959a7e32c4b39a56e1a4f7479f785d83e6db3269487f5312f3cf1df382  brickd-v1.2.2-br1.tar.gz
 
 # Hashes for license files:
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE.txt
diff --git a/package/brickd/brickd.mk b/package/brickd/brickd.mk
index 7fe28daf78..f42b3c9956 100644
--- a/package/brickd/brickd.mk
+++ b/package/brickd/brickd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BRICKD_VERSION = ev3dev-stretch/1.2.1
+BRICKD_VERSION = v1.2.2
 BRICKD_SITE = https://github.com/ev3dev/brickd
 BRICKD_SITE_METHOD = git
 BRICKD_GIT_SUBMODULES = YES
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/brickd: bump to version 1.2.2
  2021-07-25 21:57 [Buildroot] [PATCH 1/1] package/brickd: bump to version 1.2.2 Fabrice Fontaine
@ 2021-07-26 18:12 ` David Lechner
  2021-07-26 21:43 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: David Lechner @ 2021-07-26 18:12 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot

On 7/25/21 4:57 PM, Fabrice Fontaine wrote:
> This bump will fix a build failure raised since bump of vala to version
> 0.52.4 in commit a6855bb94a815de820374d5ee95d6a4a0af66b3d
> 
> https://github.com/ev3dev/brickd/releases/tag/v1.2.2
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/c162e518ad614a4c21346a3ad44e2f5c6622c889
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>   package/brickd/brickd.hash | 2 +-
>   package/brickd/brickd.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/brickd/brickd.hash b/package/brickd/brickd.hash
> index e9be1b10b0..be9ad9ed90 100644
> --- a/package/brickd/brickd.hash
> +++ b/package/brickd/brickd.hash
> @@ -1,5 +1,5 @@
>   # Locally computed hash
> -sha256  205f581103512599cb10992275da8c7207ed732e1a686600877c51b7a742de73  brickd-ev3dev-stretch_1.2.1-br1.tar.gz
> +sha256  8469b6959a7e32c4b39a56e1a4f7479f785d83e6db3269487f5312f3cf1df382  brickd-v1.2.2-br1.tar.gz
>   
>   # Hashes for license files:
>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE.txt
> diff --git a/package/brickd/brickd.mk b/package/brickd/brickd.mk
> index 7fe28daf78..f42b3c9956 100644
> --- a/package/brickd/brickd.mk
> +++ b/package/brickd/brickd.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -BRICKD_VERSION = ev3dev-stretch/1.2.1
> +BRICKD_VERSION = v1.2.2
>   BRICKD_SITE = https://github.com/ev3dev/brickd
>   BRICKD_SITE_METHOD = git
>   BRICKD_GIT_SUBMODULES = YES
> 

FYI, I already submitted the same patch, so ...

Signed-off-by: David Lechner <david@lechnology.com>


_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/brickd: bump to version 1.2.2
  2021-07-25 21:57 [Buildroot] [PATCH 1/1] package/brickd: bump to version 1.2.2 Fabrice Fontaine
  2021-07-26 18:12 ` David Lechner
@ 2021-07-26 21:43 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-26 21:43 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: David Lechner, buildroot

On Sun, 25 Jul 2021 23:57:04 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This bump will fix a build failure raised since bump of vala to version
> 0.52.4 in commit a6855bb94a815de820374d5ee95d6a4a0af66b3d
> 
> https://github.com/ev3dev/brickd/releases/tag/v1.2.2
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c162e518ad614a4c21346a3ad44e2f5c6622c889
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/brickd/brickd.hash | 2 +-
>  package/brickd/brickd.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-07-27  2:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-25 21:57 [Buildroot] [PATCH 1/1] package/brickd: bump to version 1.2.2 Fabrice Fontaine
2021-07-26 18:12 ` David Lechner
2021-07-26 21:43 ` Thomas Petazzoni

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