[OE-core] [PATCH 3/3] rust: reproducibility issue fix with v1.76

2024-06-13 Thread Yash Shinde via lists.openembedded.org
From: Yash Shinde A few crates are using the updated version of the 'cc' crate and this is causing the generated object file names containing a unique hashmap id. The hashmap addition to generated files is reverted here. Signed-off-by: Sundeep KOKKONDA Signed-off-by: Yash Shinde ---

[OE-core] [PATCH 1/3] rust: Oe-selftest fixes for rust v1.76.

2024-06-13 Thread Yash Shinde via lists.openembedded.org
From: Yash Shinde Add the failing tests in rust v1.76 to the exclude list and add "ignore" tags to ignore failing unit test cases. Signed-off-by: Yash Shinde --- meta/lib/oeqa/selftest/cases/rust.py | 19 + .../rust/files/rust-oe-selftest.patch | 352 ++ 2

Re: [OE-core] [PATCH 1/2] gfortran: update runtime dependencies

2024-06-13 Thread Kai Kang via lists.openembedded.org
On 6/14/24 05:56, Richard Purdie wrote: On Thu, 2024-06-13 at 19:51 +0800, Kai Kang via lists.openembedded.org wrote: From: Kai Kang It fails to run both `gcc` and `gfortran` with errors: root@qemux86-64:~# x86_64-poky-linux-gcc a.c x86_64-poky-linux-gcc: fatal error: cannot execute 'as':

Re: [OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-13 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie > Sent: den 13 juni 2024 23:59 > To: Peter Kjellerstedt ; > changqing...@windriver.com; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] expect-native: fix build with gcc-14 > > On Thu, 2024-06-13 at 21:55 +, Peter

[OE-core] gnupg CVE-2022-3515 #kirkstone

2024-06-13 Thread Clayton Casciato
Hello! "OE-core CVE metrics for kirkstone on Sun 09 Jun 2024 02:00:01 AM HST" reports CVE-2022-3515 as "unpatched", as do local builds with "cve-check". NIST lists GnuPG as vulnerable from 2.3.0 to 2.4.0, which is why this is reported as a CVE.

Re: [OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-13 Thread Richard Purdie
On Thu, 2024-06-13 at 21:55 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: > > openembedded-core@lists.openembedded.org  > > > > On Behalf Of Richard Purdie > > Sent: den 13 juni 2024 10:40 > > To: changqing...@windriver.com; > > openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 1/2] gfortran: update runtime dependencies

2024-06-13 Thread Richard Purdie
On Thu, 2024-06-13 at 19:51 +0800, Kai Kang via lists.openembedded.org wrote: > From: Kai Kang > > It fails to run both `gcc` and `gfortran` with errors: > > > root@qemux86-64:~# x86_64-poky-linux-gcc a.c > > x86_64-poky-linux-gcc: fatal error: cannot execute 'as': > > posix_spawnp: No such

Re: [OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 13 juni 2024 10:40 > To: changqing...@windriver.com; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] expect-native: fix build with gcc-14 > > On Thu,

Re: [OE-core] [PATCH 2/2] gcc: remove g77/f77

2024-06-13 Thread Richard Purdie
On Thu, 2024-06-13 at 09:58 -0700, Khem Raj via lists.openembedded.org wrote: > On Thu, Jun 13, 2024 at 4:53 AM Kai Kang via lists.openembedded.org > wrote: > > > > From: Kai Kang > > > > g77/f77 has been removed from gcc 4.0.0 via commit: > > > > * b4117c30610 Makefile.def, [...]: Remove all

[OE-core] [PATCH] native/nativesdk: Stop overriding unprefixed *FLAGS variables

2024-06-13 Thread Richard Purdie
We're currently encouraging an "arms race" with the FLAGS variables since a recipe might want to set a specific flag for all variants but to do so, += won't work due to the assignment in the native/nativesdk class files. This means recipes are using append. Since the default variables are

Re: [OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-13 Thread Khem Raj
On Thu, Jun 13, 2024 at 1:40 AM Richard Purdie via lists.openembedded.org wrote: > On Thu, 2024-06-13 at 14:18 +0800, Changqing Li via lists.openembedded.org > wrote: > > From: Changqing Li > > > > * do_configure failed with gcc-14: > > error in build/config.log: > > conftest.c:56:3: error:

Re: [OE-core] [PATCH 2/2] gcc: remove g77/f77

2024-06-13 Thread Khem Raj
On Thu, Jun 13, 2024 at 4:53 AM Kai Kang via lists.openembedded.org wrote: > > From: Kai Kang > > g77/f77 has been removed from gcc 4.0.0 via commit: > > * b4117c30610 Makefile.def, [...]: Remove all mention of libf2c. > > When set > > FORTRAN = ",f77" > > it complains with error: > > | The

[OE-core][PATCH] python3: skip test_multiprocessing/test_active_children test

2024-06-13 Thread Trevor Gamblin
This test is causing problems on the Autobuilder, so disable it for now. Signed-off-by: Trevor Gamblin --- ...ctive_children-skip-problematic-test.patch | 30 +++ .../recipes-devtools/python/python3_3.12.4.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644

[OE-core][scarthgap 23/29] kernel.bbclass: check, if directory exists before removing empty module directory

2024-06-13 Thread Steve Sakoman
From: Heiko If the kernel folder does not exist, find will result in an error. This can occur if the kernel has no modules but, for example, custom modules are created. Add check before deleting. Signed-off-by: Heiko Thole Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie

[OE-core][scarthgap 07/29] oeqa/selftest/devtool: add test for modifying recipes using go.bbclass

2024-06-13 Thread Steve Sakoman
From: Ola x Nilsson go.bbclass uses a special do_unpack function that causes the git root to be different from S. Verify that it unpacks as expected. [ YOCTO #15483 ] Signed-off-by: Ola x Nilsson Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-5.1_M1.rc2)

2024-06-13 Thread Jing Hui Tham
Hi All, QA for yocto-5.1_M1.rc2 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui >

[OE-core][scarthgap 06/29] devtool: modify: Catch git submodule error for go code

2024-06-13 Thread Steve Sakoman
From: Anton Almqvist One of the git submodule commands failed for source extracted for recipes using go.bbclass. The root cause is probably the path set up by go_do_unpack which makes S and gitroot not match. This patch does not fix the root problem, but at least it is no worse than before the

[OE-core][scarthgap 03/29] taglib: upgrade 2.0 -> 2.0.1

2024-06-13 Thread Steve Sakoman
From: Wang Mingyu Changelog: === * Fix aborting when _GLIBCXX_ASSERTIONS are enabled. * Fall back to utf8cpp header detection in the case that its CMake configuration is removed. * Improve compatibility with the SWIG interface compiler. * Build system fixes for testing without

[OE-core][scarthgap 05/29] procps: fix build with new glibc but old kernel headers

2024-06-13 Thread Steve Sakoman
From: Ross Burton If you're building procps with a newer glibc (with pidfd_open()) but older kernel headers (say 4.x, before __NR_pidfd_open) then procps will fail to build because of a typo in configure.ac. Signed-off-by: Ross Burton Signed-off-by: Steve Sakoman ---

[OE-core][scarthgap 14/29] kea: remove unnecessary reproducibility patch

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin Rather, adjust the sed invocation to do the correct thing directly. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 804afb2eb9cc2b5650faa80816f377fa5b72fb38) Signed-off-by: Steve Sakoman ---

[OE-core][scarthgap 27/29] oeqa/selftest/devtool: fix _test_devtool_add_git_url

2024-06-13 Thread Steve Sakoman
From: Alexandre Truong This patch is a follow-up to the bug#15466. As a reminder, the bug was about devtool’s submodule detection checking for HEAD when a version is being passed. As Vincent Kriek pointed out: the --version that is being passed to devtool is only used for setting the PV value

[OE-core][scarthgap 19/29] bash: mark build-tests.patch as Inappropriate

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 3d82d44ed6822b7a276df355311e384c02d36c43) Signed-off-by: Steve Sakoman --- meta/recipes-extended/bash/bash/build-tests.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core][scarthgap 15/29] expect: mark patches as Inactive-Upstream

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin There's every indication that this is an ex-expect: last release in 2018, stale tickets, cvs server gone. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 0fcfd2cb51428a3f35c0f78634bff0a16ae654e9) Signed-off-by: Steve Sakoman

[OE-core][scarthgap 12/29] devtool: sync: Fix Execution error

2024-06-13 Thread Steve Sakoman
From: Vincent Kriek When executing devtool sync on a recipe that was extract with devtool extract earlier the following error occured: Traceback (most recent call last): [...] bb.process.ExecutionError: Execution of 'git fetch

[OE-core][scarthgap 10/29] oeqa: selftest: context: run tests serially if testtools/subunit modules are not found

2024-06-13 Thread Steve Sakoman
From: Julien Stephan If testtools and/or subunit modules are not found we get the following backtrace (example for testtools): NOTE: Starting bitbake server... Traceback (most recent call last): File "<..>/poky/scripts/oe-selftest", line 60, in ret = main() File

[OE-core][scarthgap 00/29] Patch review

2024-06-13 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Monday, June 17 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7034 The following changes since commit 3b070fc3963d04ce8c13b5b78c3b7ae95e26c435: binutils: Fix

[OE-core][scarthgap 02/29] lttng-ust: upgrade 2.13.7 -> 2.13.8

2024-06-13 Thread Steve Sakoman
From: Wang Mingyu Changelog: * Add close_range wrapper to liblttng-ust-fd.so * ust-tracepoint-event: Add static check of sequences length type * lttng-ust(3): Fix wrong len_type for sequence * Fix: libc wrapper: use initial-exec for malloc_nesting TLS Signed-off-by: Wang Mingyu

[OE-core][scarthgap 26/29] libinput: fix building with debug-gui option

2024-06-13 Thread Steve Sakoman
From: Marc Ferland When building libinput with the 'gui' PACKAGECONFIG option, it fails with: | Run-time dependency x11 found: YES 1.8.9 | Run-time dependency wayland-client found: YES 1.22.0 | Run-time dependency wayland-protocols found: YES 1.34 | Program wayland-scanner found: NO | |

[OE-core][scarthgap 25/29] ltp: add iputils-ping6 to RDEPENDS

2024-06-13 Thread Steve Sakoman
From: Xiangyu Chen According to the LTP documents[1], it using ping6 from iputils which support "-I" option to bind the interface[2]. Ref: [1] https://github.com/linux-test-project/ltp/commit/6f97789c [2] https://github.com/linux-test-project/ltp/commit/64b11656 Signed-off-by: Xiangyu Chen

[OE-core][scarthgap 16/29] apr: submit 0001-Add-option-to-disable-timed-dependant-tests.patch upstream

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 1bfe386e69d7a688815a78bd2d5766a4b0665e7f) Signed-off-by: Steve Sakoman --- .../apr/0001-Add-option-to-disable-timed-dependant-tests.patch | 2 +- 1 file changed, 1 insertion(+),

[OE-core][scarthgap 04/29] mesa: upgrade 24.0.3 -> 24.0.5

2024-06-13 Thread Steve Sakoman
From: Wang Mingyu Changelog: https://docs.mesa3d.org/relnotes/24.0.5.html Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 5933d099c339596f62e1237d4e738dbe9f386b10) Signed-off-by: Steve Sakoman ---

[OE-core][scarthgap 21/29] ppp: Add RSA-MD in LICENSE

2024-06-13 Thread Steve Sakoman
From: Poonam Jadhav ppp package has "RSA Data Security" license text in Message-Digest Algorithm source file ppp-md5.c and ppp-md4.c Add RSA-MD in LICENSE field for ppp package Signed-off-by: Poonam Jadhav Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from

[OE-core][scarthgap 01/29] cronie: upgrade 1.7.1 -> 1.7.2

2024-06-13 Thread Steve Sakoman
From: Wang Mingyu Changelog: *Revert setting the return path to <>. It is not RFC compliant. *Inherit MAILFROM from the crond process environment. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit e93d7ba7ea3718e396510b12726a232edaecf976)

[OE-core][scarthgap 18/29] xinput-calibrator: mark upstream as inactive in a patch

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 959591615d18f636768671e1e14e5945a6cbb010) Signed-off-by: Steve Sakoman --- .../Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch | 2 +- 1 file changed, 1 insertion(+),

[OE-core][scarthgap 24/29] iputils: splitting the ping6 as a package

2024-06-13 Thread Steve Sakoman
From: Xiangyu Chen The iputils merged the ping4 and ping6 command into the ping since the commit ebad35fe[1], currently, iputils ping support being called using "ping -6" or "ping6" symlinks. In oe-core, there are two packages provide ipv6 ping, inetutils and iputils, the inetutils-ping6

[OE-core][scarthgap 22/29] iproute2: drop obsolete patch

2024-06-13 Thread Steve Sakoman
From: "Maxin B. John" libc-compat.h fix for musl was obsolete after 4.16.0 release of iproute2. Drop it. Signed-off-by: Maxin John Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit ad57a1e124a1de7af7ef8479ed779230e923d3af) Signed-off-by: Steve Sakoman

[OE-core][scarthgap 29/29] cracklib: Modify patch to compile with GCC 14

2024-06-13 Thread Steve Sakoman
From: Zoltan Boszormenyi GCC 14 implicitly turns a warning into a compiler error: | ../../git/src/lib/packlib.c: In function ‘PWClose’: | ../../git/src/lib/packlib.c:554:40: error: passing argument 1 of ‘HwmsHostToBigEndian’ from incompatible pointer type [-Wincompatible-pointer-types] |

[OE-core][scarthgap 28/29] Revert "oeqa/selftest/devtool: fix test_devtool_add_git_style2"

2024-06-13 Thread Steve Sakoman
From: Alexandre Truong This reverts commit ab6d3e3d645ffc343f434bf731339fa237df027a from poky repository. The previous reverted commit was a workaround. The fix "oeqa/selftest/devtool: fix _test_devtool_add_git_url" tackle the issue. So, the workaround is not needed anymore. Signed-off-by:

[OE-core][scarthgap 20/29] icu: add upstream submission links for fix-install-manx.patch

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 269a1a65d2526be5622b4c1f552b6f5541e0cb86) Signed-off-by: Steve Sakoman --- meta/recipes-support/icu/icu/fix-install-manx.patch | 4 +++- 1 file changed, 3 insertions(+), 1

[OE-core][scarthgap 17/29] busybox: submit CVE-2022-28391 patches upstream

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 64c026024b1c86797de338760b9f29d7e949926c) Signed-off-by: Steve Sakoman --- ...1-libbb-sockaddr2str-ensure-only-printable-characters-.patch | 2 +-

[OE-core][scarthgap 13/29] serf: mark patch as inappropriate for upstream submission

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin What the patch does is not suitable, as upstream would surely want the issue with the code fixed, not removal of that code altogether. I'd also note that serf is still semi-ummaintained, and the only consumer of it is subversion, which is slowly but steadily fading away

[OE-core][scarthgap 11/29] libtraceevent: submit meson.patch upstream

2024-06-13 Thread Steve Sakoman
From: Alexander Kanavin [RP: Add url to submission] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit d00306620aa890a361f42516a064d64dd7c68aa7) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/libtraceevent/libtraceevent/meson.patch | 2 +- 1 file

[OE-core][scarthgap 09/29] oeqa/postactions: Do not use -l option with df

2024-06-13 Thread Steve Sakoman
From: Khem Raj -l option is specific to df provided by coreutils, if df applet from busybox is used then it does not work and fails like below Fixes df: invalid option -- 'l' BusyBox v1.36.1 () multi-call binary. Usage: df [-PkmhT] [-t TYPE] [FILESYSTEM]... DEBUG: [Command returned

[OE-core][scarthgap 08/29] base-files: profile: fix error sh: 1: unknown operand

2024-06-13 Thread Steve Sakoman
From: Felix Nilsson Handle errors when SHLVL isn't set. Signed-off-by: Felix Nilsson Signed-off-by: Richard Purdie (cherry picked from commit 5df53fcfe3b70a5312fced3fcc1ba6290f2ee794) Signed-off-by: Peter Kjellerstedt Signed-off-by: Steve Sakoman ---

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-13 Thread Livius
I also tested, it works nicely for symbolic link sources (it returns the real path). As we see the best to use os.path.realpath() to check the source path in is_work_shared() function. I will send a V2 patch soon to get it in the code. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [OE-core] [PATCH v11 0/3] pkg-database and systemd-sysext image

2024-06-13 Thread Alexandre Belloni via lists.openembedded.org
Hello, On 13/06/2024 07:44:59+0100, Richard Purdie wrote: > On Tue, 2024-06-04 at 08:50 +0200, Johannes Schneider wrote: > > systemd-sysext allows to overlay another image (or multiple) ontop of > > a "base-image" = the current rootfs, via the use of overlayfs; to add > > tools and features meant

Re: [OE-core][master][PATCH] ppp: Add RSA-MD in LICENSE

2024-06-13 Thread Steve Sakoman
On Wed, Jun 12, 2024 at 11:34 PM Ranjitsinh Rathod < ranjitsinh.rat...@kpit.com> wrote: > Hi Steve, > > Is it possible for you to cherry-pick this commit from upstream master to > scarthgap branch? > This is available already in all branches except scarthgap. > > Let me know If I need to send a

[OE-core] RDEPENDS:${PN}-lic and multilib

2024-06-13 Thread Mike Crowe via lists.openembedded.org
We've been successfully using the "lic-pkgs" image feature in order to install licence information in our images for some time and we ensure that the licences for header-only or static libraries are correctly included too by adding RDEPENDS like: RDEPENDS:${PN}-lic += "boost-lic" to the

Re: [OE-core] [PATCH] archiver.bbclass: Fix work-shared checking for kernel recipes

2024-06-13 Thread Jose Quaresma
Jose Quaresma via lists.openembedded.org escreveu (quarta, 12/06/2024 à(s) 10:32): > Hi Livius, > > In reality, although the kernel has its code in S = "${WORKDIR}/git" it > ends up being moved to ${STAGING_KERNEL_DIR} in the do_symlink_kernsrc > kernel.bbclass function. > >

[OE-core] [PATCH 2/2] gcc: remove g77/f77

2024-06-13 Thread Kai Kang via lists.openembedded.org
From: Kai Kang g77/f77 has been removed from gcc 4.0.0 via commit: * b4117c30610 Makefile.def, [...]: Remove all mention of libf2c. When set FORTRAN = ",f77" it complains with error: | The following requested languages could not be built: f77 | Supported languages are:

[OE-core] [PATCH 1/2] gfortran: update runtime dependencies

2024-06-13 Thread Kai Kang via lists.openembedded.org
From: Kai Kang It fails to run both `gcc` and `gfortran` with errors: | root@qemux86-64:~# x86_64-poky-linux-gcc a.c | x86_64-poky-linux-gcc: fatal error: cannot execute 'as': posix_spawnp: No such file or directory then add binutils which provides `as` to RDEPENDS of gcc. libgfortran-dev

[OE-core][PATCH v4] oeqa/runtime: fix race-condition in minidebuginfo test

2024-06-13 Thread Etienne Cordonnier via lists.openembedded.org
From: Etienne Cordonnier Fix this error where 'coredumpctl info' warns that the coredump is still being processed: ``` AssertionError: 1 != 0 : MiniDebugInfo Test failed: No match found. -- Notice: 1 systemd-coredump@.service unit is running, output may be incomplete. ``` (From OE-Core rev:

Re: [OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-13 Thread Richard Purdie
On Thu, 2024-06-13 at 14:18 +0800, Changqing Li via lists.openembedded.org wrote: > From: Changqing Li > > * do_configure failed with gcc-14: > error in build/config.log: > conftest.c:56:3: error: return type defaults to 'int' [-Wimplicit-int] > conftest.c:59:5: error: implicit declaration of

[OE-Core][PATCH v1] wic/partition.py: Set hash_seed for empty ext partition

2024-06-13 Thread Adithya Balakumar
From: Adithya Balakumar Although setting hash_seed is handled for the rootfs plugin case, but this is missed when deploying an empty ext partition. Signed-off-by: Adithya Balakumar --- scripts/lib/wic/partition.py | 37 ++-- 1 file changed, 23 insertions(+), 14

Re: [OE-core] [PATCH v11 0/3] pkg-database and systemd-sysext image

2024-06-13 Thread Richard Purdie
On Tue, 2024-06-04 at 08:50 +0200, Johannes Schneider wrote: > systemd-sysext allows to overlay another image (or multiple) ontop of > a "base-image" = the current rootfs, via the use of overlayfs; to add > tools and features meant for development purposes. > > To quote the documentation on

Re: [OE-core][master][PATCH] ppp: Add RSA-MD in LICENSE

2024-06-13 Thread Ranjitsinh Rathod via lists.openembedded.org
Hi Steve, Is it possible for you to cherry-pick this commit from upstream master to scarthgap branch? This is available already in all branches except scarthgap. Let me know If I need to send a patch if you can't directly cherry-pick. Thanks, Best Regards, Ranjitsinh Rathod Technical Leader

[OE-core] Patchtest results for [PATCH v3] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-13 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v3-gstreamer1.0-plugins-bad-Fix-build-with-musl.patch FAIL: test commit message presence: Please include a commit

[OE-core] [PATCH] expect-native: fix build with gcc-14

2024-06-13 Thread Changqing Li via lists.openembedded.org
From: Changqing Li * do_configure failed with gcc-14: error in build/config.log: conftest.c:56:3: error: return type defaults to 'int' [-Wimplicit-int] conftest.c:59:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] * this recipe set "BBCLASSEXTEND = "native

[OE-core] Patchtest results for [PATCH v2] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-13 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v2-gstreamer1.0-plugins-bad-Fix-build-with-musl.patch FAIL: test Upstream-Status presence: Upstream-Status is in

[OE-core] [PATCH v3] gstreamer1.0-plugins-bad: Fix build with musl

2024-06-13 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Refresh patch and change upstream status to accepted v3: Change status to backport ...path_get_basename-instead-of-libc-ba.patch | 96 +++ .../gstreamer1.0-plugins-bad_1.24.3.bb| 1 + 2 files changed, 97 insertions(+) create mode 100644