[oe] [meta-oe][PATCH] libpeas: Fix reference to TMPDIR in tests

2023-05-18 Thread Khem Raj
Signed-off-by: Khem Raj --- ...-and-srcdir-paths-from-test-binaries.patch | 82 +++ .../recipes-gnome/libpeas/libpeas_1.36.0.bb | 1 + 2 files changed, 83 insertions(+) create mode 100644 meta-oe/recipes-gnome/libpeas/libpeas/0001-Remove-builddir-and-srcdir-paths-from-test-bi

[oe] [meta-oe][PATCH] gnulib: Update recipe name to 2018-12-18

2023-05-18 Thread Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco) via lists.openembedded.org
As per gnulib_2018-03-07 recipe information, SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" This revision was committed on "2018-12-18". There is a discrepancy between SRCREV and the recipe version. Which reports "CVE-2018-17942" as unpatched. To report "CVE-2018-17942" as patched, We need t

[oe] [meta-oe][PATCH] ptest-packagelists-meta-oe: Remove nodejs ptests for rv32/rv64

2023-05-18 Thread Khem Raj
Nodejs in OE not yet ported to RISCV Signed-off-by: Khem Raj --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index 81e0779ffa..

Re: [oe] [meta-oe][PATCH] ipmitool: Update links

2023-05-18 Thread Khem Raj
it still doesn't work. Maybe send a github PR On Thu, May 18, 2023 at 1:46 PM Alexander Amelkin wrote: > > This last one one has been directly send by `git format-patch` and `git > send-email`, without any modification. > Please tell me if it works for you. > > -=-=-=-=-=-=-=-=-=-=-=- Links: Y

Re: [oe] [meta-oe][PATCH] ipmitool: Update links

2023-05-18 Thread Alexander Amelkin
This last one one has been directly send by `git format-patch` and `git send-email`, without any modification. Please tell me if it works for you. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102666): https://lists.openembedded.org/g/openembedde

[oe] [meta-oe][PATCH] ipmitool: Update links

2023-05-18 Thread Alexander Amelkin
The project has been moved to CodeBerg.org. Update the links in the recipe and also bump to the latest revision (1.8.19.13). Additionally fix the link to the IANA PEN registry as IANA has changed their URL scheme some time ago and the old link started pointing to the HTML page instead of the text

Re: [oe] [meta-oe][PATCH] ipmitool: Update links

2023-05-18 Thread Alexander Amelkin
On 2023-05-18 03:42, Khem Raj wrote: still not good seeing this on git am error: patch fragment without header at line 6: @@ -22,14 +22,14 @@ LIC_FILES_CHKSUM = Damn. Looks like my mail program that I used to check the message before actually sending it added some unwanted line wraps. Sorry

[oe] [meta-oe][PATCH] lvgl: lvgl-demo-fb: Switch to CMake and add DRM and SDL support

2023-05-18 Thread Marek Vasut
Switch the build of this recipe to CMake from the horrible Makefile which is still part of the source tree and which blatantly encodes various CFLAGS and co. Add support for use of DRM and SDL backends and make this configurable. The FBDEV is deprecated for close to two decades, so provide modern

Re: [oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Khem Raj
On Thu, May 18, 2023 at 11:20 AM Khem Raj wrote: > > On Thu, May 18, 2023 at 11:09 AM Martin Jansa wrote: > > > > The vala inherit is conditional on vala PACKAGECONFIG, so it seems to work > > fine. > > > > On Thu, May 18, 2023 at 7:58 PM Khem Raj wrote: > >> > >> On Thu, May 18, 2023 at 3:12 A

Re: [oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Khem Raj
On Thu, May 18, 2023 at 11:09 AM Martin Jansa wrote: > > The vala inherit is conditional on vala PACKAGECONFIG, so it seems to work > fine. > > On Thu, May 18, 2023 at 7:58 PM Khem Raj wrote: >> >> On Thu, May 18, 2023 at 3:12 AM Martin Jansa wrote: >> > >> > * cannot be enabled without: >> >

Re: [oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Martin Jansa
The vala inherit is conditional on vala PACKAGECONFIG, so it seems to work fine. On Thu, May 18, 2023 at 7:58 PM Khem Raj wrote: > On Thu, May 18, 2023 at 3:12 AM Martin Jansa > wrote: > > > > * cannot be enabled without: > > http://errors.yoctoproject.org/Errors/Details/704353/ > > Network

Re: [oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Khem Raj
On Thu, May 18, 2023 at 3:12 AM Martin Jansa wrote: > > * cannot be enabled without: > http://errors.yoctoproject.org/Errors/Details/704353/ > NetworkManager-1.42.6/meson.build:816:4: ERROR: Assert failed: vala api > require GObject introspection. Use -Dvapi=false to disable it > > Signed-off

[oe] [meta-oe][PATCH 1/1] bats: use baselib

2023-05-18 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Use sed to change scripts to reference ${baselib}. The former set of scripts modified was incomplete. Signed-off-by: Joe Slater --- meta-oe/recipes-test/bats/bats_1.9.0.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-test/bats/ba

[oe] [meta-oe][PATCH] networkmanager: enable vala only with GI_DATA_ENABLED

2023-05-18 Thread Martin Jansa
* cannot be enabled without: http://errors.yoctoproject.org/Errors/Details/704353/ NetworkManager-1.42.6/meson.build:816:4: ERROR: Assert failed: vala api require GObject introspection. Use -Dvapi=false to disable it Signed-off-by: Martin Jansa --- .../networkmanager/networkmanager_1.42.6.b

[oe] [meta-oe][kirkstone][PATCHv2] nodejs: Fix build with gcc13

2023-05-18 Thread Martin Jansa
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- v2: Fixed patch-fuzz in deps/v8/AUTHORS .../nodejs/nodejs/gcc13.patch | 75 +++ .../recipes-devtools/nodejs/nodejs_16.19.1.bb | 1 + 2 files changed, 76 insertions(+) create mode 100644 me

[oe] [meta-oe][kirkstone][PATCH 2/2] nodejs: Fix build with gcc13

2023-05-18 Thread Martin Jansa
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../nodejs/nodejs/gcc13.patch | 70 +++ .../recipes-devtools/nodejs/nodejs_16.19.1.bb | 1 + 2 files changed, 71 insertions(+) create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/gcc1

[oe] [meta-oe][kirkstone][PATCH 1/2] abseil-cpp: backport a fix for build with gcc-13

2023-05-18 Thread Martin Jansa
* needed for abseil-cpp-native on hosts with gcc-13" Signed-off-by: Martin Jansa --- ...ernal-str_format-extension.h-add-mis.patch | 31 +++ .../abseil-cpp/abseil-cpp_git.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644 meta-oe/recipes-devtools/absei