* [OE-core][master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3
@ 2023-06-27 4:16 Siddharth
2023-06-27 19:44 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Siddharth @ 2023-06-27 4:16 UTC (permalink / raw)
To: openembedded-core; +Cc: Siddharth Doshi
From: Siddharth Doshi <sdoshi@mvista.com>
License-Update: URL fix
Remove PowerPC related options no longer supported upstream.
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
---
.../flac/{flac_1.4.2.bb => flac_1.4.3.bb} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
rename meta/recipes-multimedia/flac/{flac_1.4.2.bb => flac_1.4.3.bb} (80%)
diff --git a/meta/recipes-multimedia/flac/flac_1.4.2.bb b/meta/recipes-multimedia/flac/flac_1.4.3.bb
similarity index 80%
rename from meta/recipes-multimedia/flac/flac_1.4.2.bb
rename to meta/recipes-multimedia/flac/flac_1.4.3.bb
index d3ece3f3cf..9ef9ca75ef 100644
--- a/meta/recipes-multimedia/flac/flac_1.4.2.bb
+++ b/meta/recipes-multimedia/flac/flac_1.4.3.bb
@@ -5,15 +5,15 @@ BUGTRACKER = "https://github.com/xiph/flac/issues"
SECTION = "libs"
LICENSE = "GFDL-1.2 & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \
- file://src/Makefile.am;beginline=1;endline=17;md5=146d2c8c2fd287545cc1bd81f31e8758 \
+ file://src/Makefile.am;beginline=1;endline=17;md5=b1dab2704be7f01bfbd9b7f6d5f000a9 \
file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
- file://src/flac/main.c;beginline=1;endline=18;md5=893456854ce6bf14a1a7ea77266eebab \
+ file://src/flac/main.c;beginline=1;endline=18;md5=23099119c034d894bd1bf7ef5bd22101 \
file://COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24 \
- file://COPYING.Xiph;md5=3d6da238b5b57a0965d6730291119f65 \
+ file://COPYING.Xiph;md5=0c90e41ab2fa7e69ca9391330d870221 \
file://include/FLAC/all.h;beginline=65;endline=70;md5=39aaf5e03c7364363884c8b8ddda8eea"
SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz"
-SRC_URI[sha256sum] = "e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4"
+SRC_URI[sha256sum] = "6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70"
CVE_PRODUCT = "libflac flac"
@@ -28,8 +28,6 @@ PACKAGECONFIG ??= " \
${@bb.utils.filter("TUNE_FEATURES", "altivec vsx", d)} \
ogg \
"
-PACKAGECONFIG[altivec] = "--enable-altivec,--disable-altivec"
-PACKAGECONFIG[vsx] = "--enable-vsx,--disable-vsx"
PACKAGECONFIG[avx] = "--enable-avx,--disable-avx"
PACKAGECONFIG[ogg] = "--enable-ogg --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR},--disable-ogg,libogg"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [OE-core][master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3
2023-06-27 4:16 [OE-core][master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3 Siddharth
@ 2023-06-27 19:44 ` Richard Purdie
2023-06-28 7:44 ` [master][PATCHv2] " Siddharth
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2023-06-27 19:44 UTC (permalink / raw)
To: Siddharth, openembedded-core
On Tue, 2023-06-27 at 09:46 +0530, Siddharth wrote:
> From: Siddharth Doshi <sdoshi@mvista.com>
>
> License-Update: URL fix
>
> Remove PowerPC related options no longer supported upstream.
>
> Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
> ---
> .../flac/{flac_1.4.2.bb => flac_1.4.3.bb} | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)
> rename meta/recipes-multimedia/flac/{flac_1.4.2.bb => flac_1.4.3.bb} (80%)
>
> diff --git a/meta/recipes-multimedia/flac/flac_1.4.2.bb b/meta/recipes-multimedia/flac/flac_1.4.3.bb
> similarity index 80%
> rename from meta/recipes-multimedia/flac/flac_1.4.2.bb
> rename to meta/recipes-multimedia/flac/flac_1.4.3.bb
> index d3ece3f3cf..9ef9ca75ef 100644
> --- a/meta/recipes-multimedia/flac/flac_1.4.2.bb
> +++ b/meta/recipes-multimedia/flac/flac_1.4.3.bb
> @@ -5,15 +5,15 @@ BUGTRACKER = "https://github.com/xiph/flac/issues"
> SECTION = "libs"
> LICENSE = "GFDL-1.2 & GPL-2.0-or-later & LGPL-2.1-or-later & BSD-3-Clause"
> LIC_FILES_CHKSUM = "file://COPYING.FDL;md5=ad1419ecc56e060eccf8184a87c4285f \
> - file://src/Makefile.am;beginline=1;endline=17;md5=146d2c8c2fd287545cc1bd81f31e8758 \
> + file://src/Makefile.am;beginline=1;endline=17;md5=b1dab2704be7f01bfbd9b7f6d5f000a9 \
> file://COPYING.GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> - file://src/flac/main.c;beginline=1;endline=18;md5=893456854ce6bf14a1a7ea77266eebab \
> + file://src/flac/main.c;beginline=1;endline=18;md5=23099119c034d894bd1bf7ef5bd22101 \
> file://COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24 \
> - file://COPYING.Xiph;md5=3d6da238b5b57a0965d6730291119f65 \
> + file://COPYING.Xiph;md5=0c90e41ab2fa7e69ca9391330d870221 \
> file://include/FLAC/all.h;beginline=65;endline=70;md5=39aaf5e03c7364363884c8b8ddda8eea"
>
> SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz"
> -SRC_URI[sha256sum] = "e322d58a1f48d23d9dd38f432672865f6f79e73a6f9cc5a5f57fcaa83eb5a8e4"
> +SRC_URI[sha256sum] = "6c58e69cd22348f441b861092b825e591d0b822e106de6eb0ee4d05d27205b70"
>
> CVE_PRODUCT = "libflac flac"
>
> @@ -28,8 +28,6 @@ PACKAGECONFIG ??= " \
> ${@bb.utils.filter("TUNE_FEATURES", "altivec vsx", d)} \
> ogg \
> "
> -PACKAGECONFIG[altivec] = "--enable-altivec,--disable-altivec"
> -PACKAGECONFIG[vsx] = "--enable-vsx,--disable-vsx"
> PACKAGECONFIG[avx] = "--enable-avx,--disable-avx"
> PACKAGECONFIG[ogg] = "--enable-ogg --with-ogg-libraries=${STAGING_LIBDIR} --with-ogg-includes=${STAGING_INCDIR},--disable-ogg,libogg"
>
This needs the altivec piece removing from PACKAGECONFIG else we see
this on qemuppc:
https://autobuilder.yoctoproject.org/typhoon/#/builders/107/builds/4775/steps/12/logs/warnings
WARNING: flac-1.4.3-r0 do_configure: QA Issue: flac: invalid PACKAGECONFIG: altivec [invalid-packageconfig]
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3
2023-06-27 19:44 ` Richard Purdie
@ 2023-06-28 7:44 ` Siddharth
0 siblings, 0 replies; 3+ messages in thread
From: Siddharth @ 2023-06-28 7:44 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
That's quite strange as I didn't came across any warnings in my build environment.
However, i have removed from Packageconfig (which ideally i should have noticed while submitting the first version itself) in v3 and we should be all set to go.
Regards,
Siddharth
[-- Attachment #2: Type: text/html, Size: 292 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-28 7:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 4:16 [OE-core][master][PATCHv2] Upgrade flac 1.4.2 -> 1.4.3 Siddharth
2023-06-27 19:44 ` Richard Purdie
2023-06-28 7:44 ` [master][PATCHv2] " Siddharth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox