Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/tbtools: add hashes
@ 2024-05-12  7:47 Fabrice Fontaine
  2024-05-12  7:53 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Fontaine @ 2024-05-12  7:47 UTC (permalink / raw)
  To: buildroot; +Cc: Mika Westerberg, Fabrice Fontaine

Commit 8d5b3aac435880333833d4a3909b1818fe8af045 forgot to add a hash
file. Moreover, also update TBTOOLS_VERSION to match what is returned by
https://release-monitoring.org/project/372327

Fixes: 8d5b3aac435880333833d4a3909b1818fe8af045

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/tbtools/tbtools.hash | 3 +++
 package/tbtools/tbtools.mk   | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 package/tbtools/tbtools.hash

diff --git a/package/tbtools/tbtools.hash b/package/tbtools/tbtools.hash
new file mode 100644
index 0000000000..ebd838ebe1
--- /dev/null
+++ b/package/tbtools/tbtools.hash
@@ -0,0 +1,3 @@
+# Locally calculated
+sha256  e5ddbcb3dcf6315a1fe6fe2d4846b5208e75f24e626d43a0ea68358e8b15dba7  tbtools-0.3.2-cargo2.tar.gz
+sha256  9b16a3add311d607af8d9b348a842a37840d0f47dfcc6cf2a7756ee02c24ed69  LICENSE
diff --git a/package/tbtools/tbtools.mk b/package/tbtools/tbtools.mk
index 94340616db..36bfcd7f49 100644
--- a/package/tbtools/tbtools.mk
+++ b/package/tbtools/tbtools.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-TBTOOLS_VERSION = v0.3.2
-TBTOOLS_SITE = $(call github,intel,tbtools,$(TBTOOLS_VERSION))
+TBTOOLS_VERSION = 0.3.2
+TBTOOLS_SITE = $(call github,intel,tbtools,v$(TBTOOLS_VERSION))
 TBTOOLS_LICENSE = MIT
 TBTOOLS_LICENSE_FILES = LICENSE
 TBTOOLS_DEPENDENCIES = udev
-- 
2.43.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/tbtools: add hashes
  2024-05-12  7:47 [Buildroot] [PATCH 1/1] package/tbtools: add hashes Fabrice Fontaine
@ 2024-05-12  7:53 ` Thomas Petazzoni via buildroot
  2024-05-12 10:04   ` Mika Westerberg
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-12  7:53 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Mika Westerberg, buildroot

On Sun, 12 May 2024 09:47:53 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit 8d5b3aac435880333833d4a3909b1818fe8af045 forgot to add a hash
> file. Moreover, also update TBTOOLS_VERSION to match what is returned by
> https://release-monitoring.org/project/372327
> 
> Fixes: 8d5b3aac435880333833d4a3909b1818fe8af045
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/tbtools/tbtools.hash | 3 +++
>  package/tbtools/tbtools.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 2 deletions(-)
>  create mode 100644 package/tbtools/tbtools.hash

Dammit, how can I have missed this when reviewing :-/

Thanks a lot for fixing it, applied!

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/tbtools: add hashes
  2024-05-12  7:53 ` Thomas Petazzoni via buildroot
@ 2024-05-12 10:04   ` Mika Westerberg
  0 siblings, 0 replies; 3+ messages in thread
From: Mika Westerberg @ 2024-05-12 10:04 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Fabrice Fontaine, buildroot

On Sun, May 12, 2024 at 09:53:41AM +0200, Thomas Petazzoni wrote:
> On Sun, 12 May 2024 09:47:53 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> 
> > Commit 8d5b3aac435880333833d4a3909b1818fe8af045 forgot to add a hash
> > file. Moreover, also update TBTOOLS_VERSION to match what is returned by
> > https://release-monitoring.org/project/372327
> > 
> > Fixes: 8d5b3aac435880333833d4a3909b1818fe8af045
> > 
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  package/tbtools/tbtools.hash | 3 +++
> >  package/tbtools/tbtools.mk   | 4 ++--
> >  2 files changed, 5 insertions(+), 2 deletions(-)
> >  create mode 100644 package/tbtools/tbtools.hash
> 
> Dammit, how can I have missed this when reviewing :-/

Sorry about missing these.

Thanks for fixing! :)
_______________________________________________
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-05-12 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-12  7:47 [Buildroot] [PATCH 1/1] package/tbtools: add hashes Fabrice Fontaine
2024-05-12  7:53 ` Thomas Petazzoni via buildroot
2024-05-12 10:04   ` Mika Westerberg

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