[oe] [meta-oe][PATCHv2] xorg-sgml-doctools: update summary depends and inc file

2023-12-07 Thread Alper Ak
Signed-off-by: alperak --- meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc| 9 + .../recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc b/meta-oe/re

Re: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-07 Thread Petr Chernikov
Good catch Raj! Thank you! I’ve tested mosh compilation and yes, this fails without some changes: I’ve added ` CXXFLAGS:append = " -std=c++17"` to mosh recipe and compilation is fixed, so my question: Should I put both changes (for mosh and for abseil-cpp) in one patch? Yours sincerely, Petr C

[oe] [meta-oe][PATCH] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Alper Ak
* checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fix spelling/wording Changelog: * Fix uninitialized read in MGAEnableSecondOutPut * gitlab CI: add a basic b

[oe][meta-oe][PATCH] terminus-font: build compressed archives with -n

2023-12-07 Thread Jean-Marc BOUCHE
When building this recipe, internal archives are compressed with gzip. The compressed archives contain a header with the field MTIME (Modification Time) which is initialized from the built date. As a consequence, two builds of this recipe always generate packages whose checksum differs. Adding the

Re: [oe] [meta-oe][PATCH] xkeyboard-config: add recipe

2023-12-07 Thread Ross Burton
This recipe is already in oe-core. Ross > On 6 Dec 2023, at 20:46, Alper Ak via lists.openembedded.org > wrote: > > The X Keyboard (XKB) Extension essentially replaces the core protocol > definition of a keyboard. The extension makes it possible to specify > clearly and explicitly most aspects

[oe] [meta-oe][PATCH] xf86-video-ati: upgrade 19.1.0 -> 22.0.0

2023-12-07 Thread Alper Ak
* SRC_URI && features_check removed because already defined in xorg-driver-common.inc Changelog: * Don't set SourceValidate pointer to NULL * radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 * gitlab CI: enable gitlab's builtin static analysis * gitlab CI: enable commit & merge request

[oe] [meta-oe][PATCH] xf86-input-void: upgrade 1.4.1 -> 1.4.2

2023-12-07 Thread Alper Ak
Changelog: * InitValuatorAxisStruct: Add missing line breaks * InputDriverRec: Resolve -Wmissing-field-initializers warning * gitlab CI: stop requiring Signed-off-by in commits * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Update configure.ac bug URL for gitlab migrati

[oe] [meta-oe][PATCH] libxaw: upgrade 1.0.14 -> 1.0.15

2023-12-07 Thread Alper Ak
XORG_EXT tar.bz2 removed because not supported in the new version. The default value defined in xorg-lib-common.inc will be used, i.e. tar.xz Changelog: * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * Replace calls to index() with strchr() * Add .git-blame-ignore-

Re: [oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-07 Thread Khem Raj
On Thu, Dec 7, 2023 at 12:34 AM Petr Chernikov wrote: > Good catch Raj! Thank you! > > > > I’ve tested mosh compilation and yes, this fails without some changes: > > > > I’ve added ` CXXFLAGS:append = " -std=c++17"` to mosh recipe and > compilation is fixed, so my question: > > Should I put both

[oe] [meta-gnome][PATCH v2] mutter: Make gnome-desktop and libcanberra dependencies optional

2023-12-07 Thread Zoltan Boszormenyi
mutter may be used as a standalone compositor and even an X11 WM without the complete GNOME desktop environment. Make this optional and add the new control knob to PACKAGECONFIG by default. The built-in sound player functionality depends on libcanberra which is considered outdated. Make this optio

[oe] python 3.12 - help needed in fixing meta-oe failures

2023-12-07 Thread Alexander Kanavin
Hello all, I've been working on updating python to 3.12.0 in oe-core, and here's the current situation: 1. oe-core patchset is ready and tested against a-full on the AB. Get it here: https://git.yoctoproject.org/poky-contrib/log/?h=akanavin/py3.12 2. meta-oe patchset is half-done. I've fixed qu

Re: [oe] [meta-oe][PATCH] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Khem Raj
On Thu, Dec 7, 2023 at 1:13 AM Alper Ak wrote: > > * checkfile.patch removed because fixed in the new version -> > https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 > * License-Update: Fix spelling/wording > > Changelog: > > * Fix uninitia

Re: [oe][meta-oe][PATCH] terminus-font: build compressed archives with -n

2023-12-07 Thread Khem Raj
Hi Jean-Marc Thanks for your patch. Please Add a patch header describing what it does with SOB and Upstream-Status: added to it. On Thu, Dec 7, 2023 at 1:48 AM Jean-Marc BOUCHE wrote: > > When building this recipe, internal archives are compressed with > gzip. The compressed archives contain a h

Re: [oe] [meta-oe][PATCH] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Alper Ak
They just fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY". Also, I already added it as a description -> "License-Update: Fix spelling/wording" https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/1e4dbef654bd31f5706b4b860f6b34c7e5e5f440 Khem Raj , 7 Ara 2023 Per, 20

Re: [oe] [meta-oe][PATCH] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Khem Raj
On Thu, Dec 7, 2023 at 9:54 AM alper ak wrote: > They just fixed the typo in a word. "MERCHANTIBILITY" -> > "MERCHANTABILITY". Also, I already added it as a description -> > "License-Update: Fix spelling/wording" That’s fine send that in with v2 > > > > https://gitlab.freedesktop.org/xorg/driv

[oe] [meta-python][PATCH] python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1

2023-12-07 Thread Theodore A. Roth
The 2.5.1 release is not comptabile with python3-sqlalchemy 2.0.23 which is currently provided by meta-openembedded. This results in the following error: root@host:~# python3 Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" fo

[oe] [meta-oe][PATCH] ostree: Upgrade 2023.7 -> 2023.8

2023-12-07 Thread Jose Quaresma
$ git --no-pager log --oneline v2023.8...v2023.7 5b23804a (tag: v2023.8) Release 2023.8 6e303318 Merge pull request #3106 from cgwalters/commit-reflink c3dff62e commit: Try reflinks for local commits by default 59b9f9a8 Merge pull request #3105 from cgwalters/sysroot-borrow-fd 09e32d61 Merge pull r

[oe] [meta-oe][PATCHv2] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Alper Ak
* checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY" Changelog: * Fix uninitialized read in MGA

Re: [oe] [meta-oe][PATCHv2] xsetroot: upgrade 1.1.2 -> 1.1.3

2023-12-07 Thread Khem Raj
this fails to build on AB also check the logs here https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3411/steps/15/logs/stdio | configure: error: Package requirements (xmuu x11 xbitmaps xcursor xproto >= 7.0.25) were not met: |- | No package 'xmuu' found |- | Cons

[oe] [meta-python][PATCH 0/7] python3-pydantic: fix RDEPENDS and add ptest

2023-12-07 Thread Tim Orling
The python3-pydantic upgrade to 2.x snuck in a runtime dependency on python3-pydantic-core for which we were not yet ready: it dependended on the 'maturin' PEP-517 backend. Depending on https://patchwork.yoctoproject.org/project/oe-core/patch/cover.1701989368.git.tim.orl...@konsulko.com/ series,

[oe] [meta-python][PATCH 1/7] python3-pydantic-core: add v2.14.5

2023-12-07 Thread Tim Orling
Runtime dependency for current python3-pydantic This package provides the core functionality for pydantic validation and serialization. Pydantic-core is currently around 17x faster than pydantic V1. See tests/benchmarks/ for details. https://github.com/pydantic/pydantic-core/tree/v2.14.5/tests/

[oe] [meta-python][PATCH 2/7] python3-annotated-types: add v0.6.0

2023-12-07 Thread Tim Orling
Run-time dependency for python3-pydantic """ PEP-593 added typing.Annotated as a way of adding context-specific metadata to existing types, and specifies that Annotated[T, x] should be treated as T by any tool or library without special logic for x. This package provides metadata objects which ca

[oe] [meta-python][PATCH 3/7] python3-pydantic: fix RDEPENDS

2023-12-07 Thread Tim Orling
* Newer python3-pydantic offloaded some of its code to python3-pydantic-core * Add python3-annotated-types to RDEPENDS. * Add DESCRIPTION and trim SUMMARY. Signed-off-by: Tim Orling --- .../recipes-devtools/python/python3-pydantic_2.5.2.bb | 10 +- 1 file changed, 9 insertions(+), 1 del

[oe] [meta-python][PATCH 4/7] python3-dirty-equals: add v0.7.1

2023-12-07 Thread Tim Orling
Dependency for python3-pydantic-core ptests. """ dirty-equals is a python library that (mis)uses the __eq__ method to make python code (generally unit tests) more declarative and therefore easier to read and write. dirty-equals can be used in whatever context you like, but it comes into its own w

[oe] [meta-python][PATCH 5/7] python3-pydantic-core: enable ptest

2023-12-07 Thread Tim Orling
* Add to ptest-packagelists-meta-python.inc "FAST" under 30 seconds Signed-off-by: Tim Orling --- .../include/ptest-packagelists-meta-python.inc| 1 + .../python/python3-pydantic-core/run-ptest| 3 +++ .../python/python3-pydantic-core_2.14.5.bb| 15 +++ 3 files

[oe] [meta-python][PATCH 6/7] python3-cloudpickle: add v3.0.0

2023-12-07 Thread Tim Orling
Dependency for python3-pydantic ptests. """ cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python code is shipped over the network to execute on

[oe] [meta-python][PATCH 7/7] python3-pydantic: enable ptest

2023-12-07 Thread Tim Orling
* Add to ptest-packelists-meta-python.inc "FAST" under 30 s Signed-off-by: Tim Orling --- .../ptest-packagelists-meta-python.inc| 1 + .../python/python3-pydantic/run-ptest | 3 +++ .../python/python3-pydantic_2.5.2.bb | 22 +++ 3 files changed, 26 inse

Re: [oe] [meta-oe][PATCH] snappy: upgrade 1.1.9 -> 1.1.10

2023-12-07 Thread Khem Raj
On Tue, Dec 5, 2023 at 11:09 AM alper ak wrote: > > I think, I found the issue but I don't know how to solve it. Btw, > works on arm64. > > When I looked at the errors, I saw lines like: > > error: use of undeclared identifier 'vminvq_u8'; did you mean 'vmvnq_u8'? > error: use of undeclared identi

[oe] [meta-oe][kirkstone][PATCH] wireshark: fix CVE-2023-1992 RPCoRDMA dissector crash

2023-12-07 Thread vkumbhar via lists.openembedded.org
Upstream-Status: Backport from https://gitlab.com/colin.mcinnes/wireshark/-/commit/3c8be14c827f1587da3c2b3bb0d9c04faff5741 Signed-off-by: Vivek Kumbhar --- .../wireshark/files/CVE-2023-1992.patch | 61 +++ .../wireshark/wireshark_3.4.12.bb | 1 + 2 files chang

[oe] [PATCH] abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake

2023-12-07 Thread Petr Chernikov
Old versions of abseil-cpp could not be compiled using C++ Standard 17. For now this cmake flag is not needed. Mosh compilation fixed by specifying c++17 standard. Signed-off-by: Petr Chernikov diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-

[oe] [meta-oe][PATCHv3] xsetroot: upgrade 1.1.2 -> 1.1.3

2023-12-07 Thread Alper Ak
Changelog: * gitlab CI: stop requiring Signed-off-by in commits * Handle -Wsign-compare warnings * Variable scope reductions as recommended by cppcheck * Build xz tarballs instead of bzip2 * CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab mi