public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH v2] sbc: upgrade 2.0 -> 2.1
@ 2025-04-09  2:46 wangmy
  2025-04-09 10:32 ` Mathieu Dubois-Briand
  0 siblings, 1 reply; 2+ messages in thread
From: wangmy @ 2025-04-09  2:46 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Using SPDX-License-Identifier: LGPL-2.1-or-later to replace the description of license

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-multimedia/sbc/{sbc_2.0.bb => sbc_2.1.bb} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta/recipes-multimedia/sbc/{sbc_2.0.bb => sbc_2.1.bb} (66%)

diff --git a/meta/recipes-multimedia/sbc/sbc_2.0.bb b/meta/recipes-multimedia/sbc/sbc_2.1.bb
similarity index 66%
rename from meta/recipes-multimedia/sbc/sbc_2.0.bb
rename to meta/recipes-multimedia/sbc/sbc_2.1.bb
index d25be9e80c..5f0721878a 100644
--- a/meta/recipes-multimedia/sbc/sbc_2.0.bb
+++ b/meta/recipes-multimedia/sbc/sbc_2.1.bb
@@ -7,14 +7,15 @@ LICENSE:${PN} = "LGPL-2.1-or-later"
 LICENSE:${PN}-examples = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
                     file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
-                    file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \
-                    file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
+                    file://src/sbcenc.c;beginline=1;endline=8;md5=1db4f3850f47b59e79aeedb2668f4b3e \
+                    file://sbc/sbc.h;beginline=1;endline=10;md5=c5a50a7fc33c148ee362e2b46574a87f \
+                    "
 
 DEPENDS = "libsndfile1"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/${BP}.tar.xz"
 
-SRC_URI[sha256sum] = "8f12368e1dbbf55e14536520473cfb338c84b392939cc9b64298360fd4a07992"
+SRC_URI[sha256sum] = "426633cabd7c798236443516dfa8335b47e004b0ef37ff107e0c7ead3299fcc2"
 
 inherit autotools pkgconfig
 
-- 
2.43.0



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

* Re: [OE-core] [PATCH v2] sbc: upgrade 2.0 -> 2.1
  2025-04-09  2:46 [OE-core] [PATCH v2] sbc: upgrade 2.0 -> 2.1 wangmy
@ 2025-04-09 10:32 ` Mathieu Dubois-Briand
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Dubois-Briand @ 2025-04-09 10:32 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Wed Apr 9, 2025 at 4:46 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update: Using SPDX-License-Identifier: LGPL-2.1-or-later to replace the description of license
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

Hi Wang,

Thanks for your patch.

It looks like the license file changed, can you fix LIC_FILES_CHKSUM
please?

ERROR: sbc-2.1-r0 do_populate_lic: QA Issue: sbc: The LIC_FILES_CHKSUM does not match for file://src/sbcenc.c;beginline=1;endline=8;md5=1db4f3850f47b59e79aeedb2668f4b3e
sbc: The new md5 checksum is cfac6012e2dea914de8b3b7693591622
sbc: Here is the selected license text:
vvvvvvvvvvvvvvvvvvvvvvvvvvvv beginline=1 vvvvvvvvvvvvvvvvvvvvvvvvvvvvv
/*
 * Bluetooth low-complexity, subband codec (SBC) encoder
 * Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
 * Copyright (C) 2008-2010  Nokia Corporation
 * Copyright (C) 2012-2013  Intel Corporation
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
sbc: Check if the license information has changed in /srv/pokybuild/yocto-worker/beaglebone/build/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/sbc/2.1/sbc-2.1/src/sbcenc.c (lines 1 through to 8) to verify that the LICENSE value "GPL-2.0-or-later & LGPL-2.1-or-later" remains valid [license-checksum]
ERROR: sbc-2.1-r0 do_populate_lic: QA Issue: sbc: The LIC_FILES_CHKSUM does not match for file://sbc/sbc.h;beginline=1;endline=10;md5=c5a50a7fc33c148ee362e2b46574a87f

https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1363

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

end of thread, other threads:[~2025-04-09 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09  2:46 [OE-core] [PATCH v2] sbc: upgrade 2.0 -> 2.1 wangmy
2025-04-09 10:32 ` Mathieu Dubois-Briand

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