diff mbox series

[meta-oe] googlebenchmark: upgrade 1.6.1 -> 1.6.2

Message ID 1658554568-9257-4-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] googlebenchmark: upgrade 1.6.1 -> 1.6.2 | expand

Commit Message

Mingyu Wang (Fujitsu) July 23, 2022, 5:36 a.m. UTC
License-Update: 
Update LICENSE file to clearly state which file needs BSD 3
Only benchmark/config/generate_export_header.bzl depends on BSD 3-Clause License:

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/googlebenchmark/{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb} (76%)

Comments

akuster808 July 26, 2022, 1:49 p.m. UTC | #1
On 7/22/22 22:36, wangmy wrote:
> License-Update:
> Update LICENSE file to clearly state which file needs BSD 3
> Only benchmark/config/generate_export_header.bzl depends on BSD 3-Clause License:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>   .../{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-oe/recipes-support/googlebenchmark/{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb} (76%)
>
> diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
> similarity index 76%
> rename from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb
> rename to meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
> index b44d3bee27..11f09c6fd6 100644
> --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb
> +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
> @@ -2,10 +2,10 @@ DESCRIPTION = "A microbenchmark support library"
>   HOMEPAGE = "https://github.com/google/benchmark"
>   SECTION = "libs"
>   LICENSE = "Apache-2.0"

Shouldn't the LICENSE be updated to include BSD then?
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6f3bbd074b822ddbb3b4d0e7f8d652"
>   
>   SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main"
> -SRCREV = "0d98dba29d66e93259db7daa53a9327df767a415"
> +SRCREV = "d845b7b3a27d54ad96280a29d61fa8988d4fddcf"
>   
>   S = "${WORKDIR}/git"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97976): https://lists.openembedded.org/g/openembedded-devel/message/97976
> Mute This Topic: https://lists.openembedded.org/mt/92620754/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj July 26, 2022, 5:34 p.m. UTC | #2
On Tue, Jul 26, 2022 at 9:51 AM Armin Kuster <akuster808@gmail.com> wrote:
>
>
>
> On 7/22/22 22:36, wangmy wrote:
> > License-Update:
> > Update LICENSE file to clearly state which file needs BSD 3
> > Only benchmark/config/generate_export_header.bzl depends on BSD 3-Clause License:
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >   .../{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb}    | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> >   rename meta-oe/recipes-support/googlebenchmark/{googlebenchmark_1.6.1.bb => googlebenchmark_1.6.2.bb} (76%)
> >
> > diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
> > similarity index 76%
> > rename from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb
> > rename to meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
> > index b44d3bee27..11f09c6fd6 100644
> > --- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb
> > +++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
> > @@ -2,10 +2,10 @@ DESCRIPTION = "A microbenchmark support library"
> >   HOMEPAGE = "https://github.com/google/benchmark"
> >   SECTION = "libs"
> >   LICENSE = "Apache-2.0"
>
> Shouldn't the LICENSE be updated to include BSD then?

https://github.com/google/benchmark/commit/7b3ac075177212dd75476253d72db992513e8024#diff-ab12a56312a7be78ce82f6dcbd37978a5ffbc5abc61e9183639d613689766e6f

seems to have removed need for BSD-3-Clause

> > -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
> > +LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6f3bbd074b822ddbb3b4d0e7f8d652"
> >
> >   SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main"
> > -SRCREV = "0d98dba29d66e93259db7daa53a9327df767a415"
> > +SRCREV = "d845b7b3a27d54ad96280a29d61fa8988d4fddcf"
> >
> >   S = "${WORKDIR}/git"
> >
> >
> >
> >
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97990): https://lists.openembedded.org/g/openembedded-devel/message/97990
> Mute This Topic: https://lists.openembedded.org/mt/92620754/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
similarity index 76%
rename from meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb
rename to meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
index b44d3bee27..11f09c6fd6 100644
--- a/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.1.bb
+++ b/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.6.2.bb
@@ -2,10 +2,10 @@  DESCRIPTION = "A microbenchmark support library"
 HOMEPAGE = "https://github.com/google/benchmark"
 SECTION = "libs"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6f3bbd074b822ddbb3b4d0e7f8d652"
 
 SRC_URI = "git://github.com/google/benchmark.git;protocol=https;branch=main"
-SRCREV = "0d98dba29d66e93259db7daa53a9327df767a415"
+SRCREV = "d845b7b3a27d54ad96280a29d61fa8988d4fddcf"
 
 S = "${WORKDIR}/git"