* [Buildroot] [PATCH 1/1] package/espflash: bump v3.1.1
@ 2024-09-19 16:19 Thomas Perale via buildroot
2024-10-26 15:20 ` Thomas Petazzoni via buildroot
2024-11-11 15:45 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2024-09-19 16:19 UTC (permalink / raw)
To: buildroot; +Cc: Torben Voltmer, Thomas Perale
Fix the following error:
error[E0282]: type annotations needed for `Box<_>`
The issue came from the `time` library depedency of espflash
(see https://github.com/time-rs/time/issues/693).
The `time` library has been bumped in the following commit
https://github.com/esp-rs/espflash/commit/233490736646ca7bc29463a98df98d7ccf53439d
Fixes:
- https://autobuild.buildroot.org/results/321/321598baef543b84ce82c09a88e51ad745a15dfd/
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
---
package/espflash/espflash.hash | 2 +-
package/espflash/espflash.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/espflash/espflash.hash b/package/espflash/espflash.hash
index ebe24ef51f..0b1e160a47 100644
--- a/package/espflash/espflash.hash
+++ b/package/espflash/espflash.hash
@@ -1,4 +1,4 @@
# Locally calculated
-sha256 8e5da5e90d03135a1b2af6c0b551e4f2504ad64e659b0e88e8a4ecd98cc6a6b6 espflash-3.1.0-cargo2.tar.gz
+sha256 f91a3e33e874bac0d7687d87c3cd692a54325c0dceaf35c983bd3d94519dee25 espflash-3.1.1-cargo2.tar.gz
sha256 0886cf791a43c02d71c105b4835b53293704ec407a72f84a87f73e20cb2d3251 LICENSE-APACHE
sha256 a75018ab59a13738ed2024a0090ae8f91b7693ae84568aa0e52c3dff99e6748d LICENSE-MIT
diff --git a/package/espflash/espflash.mk b/package/espflash/espflash.mk
index ad2294e1bf..bcb343fc58 100644
--- a/package/espflash/espflash.mk
+++ b/package/espflash/espflash.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ESPFLASH_VERSION = 3.1.0
+ESPFLASH_VERSION = 3.1.1
ESPFLASH_SITE = $(call github,esp-rs,espflash,v$(ESPFLASH_VERSION))
ESPFLASH_SUBDIR = espflash
ESPFLASH_LICENSE = Apache-2.0 or MIT
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/espflash: bump v3.1.1
2024-09-19 16:19 [Buildroot] [PATCH 1/1] package/espflash: bump v3.1.1 Thomas Perale via buildroot
@ 2024-10-26 15:20 ` Thomas Petazzoni via buildroot
2024-11-11 15:45 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-26 15:20 UTC (permalink / raw)
To: Thomas Perale via buildroot; +Cc: Thomas Perale, Torben Voltmer
On Thu, 19 Sep 2024 18:19:08 +0200
Thomas Perale via buildroot <buildroot@buildroot.org> wrote:
> Fix the following error:
>
> error[E0282]: type annotations needed for `Box<_>`
>
> The issue came from the `time` library depedency of espflash
> (see https://github.com/time-rs/time/issues/693).
> The `time` library has been bumped in the following commit
> https://github.com/esp-rs/espflash/commit/233490736646ca7bc29463a98df98d7ccf53439d
>
> Fixes:
> - https://autobuild.buildroot.org/results/321/321598baef543b84ce82c09a88e51ad745a15dfd/
>
> Signed-off-by: Thomas Perale <thomas.perale@mind.be>
> ---
> package/espflash/espflash.hash | 2 +-
> package/espflash/espflash.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@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/espflash: bump v3.1.1
2024-09-19 16:19 [Buildroot] [PATCH 1/1] package/espflash: bump v3.1.1 Thomas Perale via buildroot
2024-10-26 15:20 ` Thomas Petazzoni via buildroot
@ 2024-11-11 15:45 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-11-11 15:45 UTC (permalink / raw)
To: Thomas Perale via buildroot; +Cc: Thomas Perale, Torben Voltmer
>>>>> "Thomas" == Thomas Perale via buildroot <buildroot@buildroot.org> writes:
> Fix the following error:
> error[E0282]: type annotations needed for `Box<_>`
> The issue came from the `time` library depedency of espflash
> (see https://github.com/time-rs/time/issues/693).
> The `time` library has been bumped in the following commit
> https://github.com/esp-rs/espflash/commit/233490736646ca7bc29463a98df98d7ccf53439d
> Fixes:
> - https://autobuild.buildroot.org/results/321/321598baef543b84ce82c09a88e51ad745a15dfd/
It seems unlikely to be because of the time library as such, as espflash
3.1.0 builds fine on 2024.08.x (and we have no autobuilder failures
there). Most likely it is caused by the rustc bump from 1.79.0 to 1.80.1
instead.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-11 15:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19 16:19 [Buildroot] [PATCH 1/1] package/espflash: bump v3.1.1 Thomas Perale via buildroot
2024-10-26 15:20 ` Thomas Petazzoni via buildroot
2024-11-11 15:45 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox