* [Buildroot] [PATCH 1/1] package/tbb: bump to version 2021.10.0.
@ 2023-10-03 15:21 Francis Laniel
2023-10-03 20:36 ` Yann E. MORIN
0 siblings, 1 reply; 3+ messages in thread
From: Francis Laniel @ 2023-10-03 15:21 UTC (permalink / raw)
To: buildroot; +Cc: Francis Laniel
Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
---
package/tbb/tbb.hash | 2 +-
package/tbb/tbb.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/tbb/tbb.hash b/package/tbb/tbb.hash
index 579581cfe4..1caf81c5c5 100644
--- a/package/tbb/tbb.hash
+++ b/package/tbb/tbb.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b tbb-2021.8.0.tar.gz
+sha256 eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b tbb-2021.10.0.tar.gz
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE.txt
diff --git a/package/tbb/tbb.mk b/package/tbb/tbb.mk
index c3e06a4e6d..75cca5e99d 100644
--- a/package/tbb/tbb.mk
+++ b/package/tbb/tbb.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TBB_VERSION = 2021.8.0
+TBB_VERSION = 2021.10.0
TBB_SITE = $(call github,01org,tbb,v$(TBB_VERSION))
TBB_INSTALL_STAGING = YES
TBB_LICENSE = Apache-2.0
--
2.34.1
_______________________________________________
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/tbb: bump to version 2021.10.0.
2023-10-03 15:21 [Buildroot] [PATCH 1/1] package/tbb: bump to version 2021.10.0 Francis Laniel
@ 2023-10-03 20:36 ` Yann E. MORIN
2023-10-04 7:02 ` Francis Laniel
0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2023-10-03 20:36 UTC (permalink / raw)
To: Francis Laniel; +Cc: buildroot
Francis, All,
On 2023-10-03 18:21 +0300, Francis Laniel spake thusly:
> Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/tbb/tbb.hash | 2 +-
> package/tbb/tbb.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/tbb/tbb.hash b/package/tbb/tbb.hash
> index 579581cfe4..1caf81c5c5 100644
> --- a/package/tbb/tbb.hash
> +++ b/package/tbb/tbb.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b tbb-2021.8.0.tar.gz
> +sha256 eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b tbb-2021.10.0.tar.gz
> sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 LICENSE.txt
> diff --git a/package/tbb/tbb.mk b/package/tbb/tbb.mk
> index c3e06a4e6d..75cca5e99d 100644
> --- a/package/tbb/tbb.mk
> +++ b/package/tbb/tbb.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -TBB_VERSION = 2021.8.0
> +TBB_VERSION = 2021.10.0
> TBB_SITE = $(call github,01org,tbb,v$(TBB_VERSION))
> TBB_INSTALL_STAGING = YES
> TBB_LICENSE = Apache-2.0
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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/tbb: bump to version 2021.10.0.
2023-10-03 20:36 ` Yann E. MORIN
@ 2023-10-04 7:02 ` Francis Laniel
0 siblings, 0 replies; 3+ messages in thread
From: Francis Laniel @ 2023-10-04 7:02 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: buildroot
Hi.
Le mardi 3 octobre 2023, 23:36:46 EEST Yann E. MORIN a écrit :
> Francis, All,
>
> On 2023-10-03 18:21 +0300, Francis Laniel spake thusly:
> > Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
>
> Applied to master, thanks.
Thank you!
For the record, this is part of a series to bump sysdig to latest version but
they added extra complication to have it built the "buildroot way" and I was
not successful yesterday at getting it compiled.
I will nonetheless try again later but I cannot really guarantee I will come
up with something.
> Regards,
> Yann E. MORIN.
Best regards.
> > ---
> >
> > package/tbb/tbb.hash | 2 +-
> > package/tbb/tbb.mk | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/package/tbb/tbb.hash b/package/tbb/tbb.hash
> > index 579581cfe4..1caf81c5c5 100644
> > --- a/package/tbb/tbb.hash
> > +++ b/package/tbb/tbb.hash
> > @@ -1,3 +1,3 @@
> >
> > # Locally calculated
> >
> > -sha256 eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b
> > tbb-2021.8.0.tar.gz +sha256
> > eee380323bb7ce864355ed9431f85c43955faaae9e9bce35c62b372d7ffd9f8b
> > tbb-2021.10.0.tar.gz>
> > sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
> > LICENSE.txt>
> > diff --git a/package/tbb/tbb.mk b/package/tbb/tbb.mk
> > index c3e06a4e6d..75cca5e99d 100644
> > --- a/package/tbb/tbb.mk
> > +++ b/package/tbb/tbb.mk
> > @@ -4,7 +4,7 @@
> >
> > #
> > #########################################################################
> > #######>
> > -TBB_VERSION = 2021.8.0
> > +TBB_VERSION = 2021.10.0
> >
> > TBB_SITE = $(call github,01org,tbb,v$(TBB_VERSION))
> > TBB_INSTALL_STAGING = YES
> > TBB_LICENSE = Apache-2.0
> >
> > --
> > 2.34.1
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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:[~2023-10-04 7:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 15:21 [Buildroot] [PATCH 1/1] package/tbb: bump to version 2021.10.0 Francis Laniel
2023-10-03 20:36 ` Yann E. MORIN
2023-10-04 7:02 ` Francis Laniel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox