[oe] [meta-oe][PATCH] lvgl: Generate proper shared libraries with version suffix

2024-03-13 Thread Marek Vasut
Add missing version suffix to shared libraries. Currently the filename of generated shared libraries is only liblvgl.so, which prevents coexistence of different versions of LVGL on the same system. Set VERSION and SOVERSION to make cmake add the version suffix to generated shared libraries. That ch

Re: [oe] [PATCH 2/8] lvgl: Upgrade to LVGL 9 series

2024-03-13 Thread Marek Vasut
On 3/14/24 1:53 AM, Khem Raj wrote: On Wed, Mar 13, 2024 at 5:43 PM Marek Vasut wrote: On 3/13/24 6:00 PM, Khem Raj wrote: Thanks, seeing this QA issue https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3707/steps/14/logs/errors Ah, sorry. I see a fix from you already too,

Re: [oe] [meta-python][PATCH v2] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
Hopefully this works, used base64 encoding this time. Otherwise, you can pull from https://git.openembedded.org/meta-openembedded-contrib/log/?h=dankm/pylint On Wed, Mar 13, 2024, 19:05 Dan McGregor via lists.openembedded.org wrote: > From: Dan McGregor > > Due to the way we install ptests, so

[oe] [meta-python][PATCH v2] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
From: Dan McGregor Due to the way we install ptests, some imports switch from first party to third party. Update test expectations Signed-off-by: Dan McGregor --- ...1-Adjust-test-expectations-for-ptest.patch | 44 +++ .../python/python3-pylint_3.1.0.bb| 1 + 2 fil

Re: [oe] [PATCH 2/8] lvgl: Upgrade to LVGL 9 series

2024-03-13 Thread Khem Raj
On Wed, Mar 13, 2024 at 5:43 PM Marek Vasut wrote: > On 3/13/24 6:00 PM, Khem Raj wrote: > > Thanks, seeing this QA issue > > > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3707/steps/14/logs/errors > > Ah, sorry. I see a fix from you already too, thank you ! > > Do you s

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Khem Raj
Yes that’s works too if you can push it somewhere for me to pull On Wed, Mar 13, 2024 at 4:17 PM Dan McGregor wrote: > Trying that out now, but it looked like it had some tests that depended on > line endings. > > Worst case I put the change up at > https://git.openembedded.org/meta-openembedded

Re: [oe] [meta-oe][PATCH] lvgl: Fix dev-elf build QA

2024-03-13 Thread Marek Vasut
On 3/13/24 6:14 PM, Khem Raj wrote: lvgl does not produce versioned shared libraries Fixes ERROR: QA Issue: -dev package lvgl-dev contains non-symlink .so '/usr/lib/liblvgl_examples.so' -dev package lvgl-dev contains non-symlink .so '/usr/lib/liblvgl.so' -dev package lvgl-dev contains non-syml

Re: [oe] [PATCH 2/8] lvgl: Upgrade to LVGL 9 series

2024-03-13 Thread Marek Vasut
On 3/13/24 6:00 PM, Khem Raj wrote: Thanks, seeing this QA issue https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3707/steps/14/logs/errors Ah, sorry. I see a fix from you already too, thank you ! Do you still want a V2 of this series ? -=-=-=-=-=-=-=-=-=-=-=- Links: You rec

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
And bad news: dos2unix causes other ptest failures. On Wed, Mar 13, 2024, 17:17 Dan McGregor via lists.openembedded.org wrote: > Trying that out now, but it looked like it had some tests that depended on > line endings. > > Worst case I put the change up at > https://git.openembedded.org/meta-op

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
Trying that out now, but it looked like it had some tests that depended on line endings. Worst case I put the change up at https://git.openembedded.org/meta-openembedded-contrib/ on the dankm/pylint branch. On Wed, Mar 13, 2024, 16:33 Khem Raj wrote: > maybe this recipe needs to inherit dos2uni

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Khem Raj
maybe this recipe needs to inherit dos2unix ? On Wed, Mar 13, 2024 at 3:05 PM Dan McGregor wrote: > > > > On Wed, Mar 13, 2024, 15:17 Dan McGregor via lists.openembedded.org > wrote: >> >> From: Dan McGregor >> >> Due to the way we install ptests, some imports switch from >> first party to thi

Re: [oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
On Wed, Mar 13, 2024, 15:17 Dan McGregor via lists.openembedded.org wrote: > From: Dan McGregor > > Due to the way we install ptests, some imports switch from > first party to third party. Update test expectations > > Signed-off-by: Dan McGregor > --- > ...1-Adjust-test-expectations-for-ptest.

Re: [oe] [meta-python][PATCH v2] python3-pylint: Update to 3.1.0

2024-03-13 Thread Khem Raj
On Wed, Mar 13, 2024 at 2:04 PM Dan McGregor wrote: > > Hm. looks like v1 was committed. I'll rebase this change and submit a > new version. yes since this upgrade was reducing number of ptest failures down to 1, it was an improvement on existing situation regardless. So I accepted it. Thanks for

[oe] [meta-python][PATCH] python3-pylint: Fix ptest failures

2024-03-13 Thread Dan McGregor
From: Dan McGregor Due to the way we install ptests, some imports switch from first party to third party. Update test expectations Signed-off-by: Dan McGregor --- ...1-Adjust-test-expectations-for-ptest.patch | 44 +++ .../python/python3-pylint_3.1.0.bb| 1 + 2 fil

Re: [oe] [meta-python][PATCH v2] python3-pylint: Update to 3.1.0

2024-03-13 Thread Dan McGregor
Hm. looks like v1 was committed. I'll rebase this change and submit a new version. On Wed, 13 Mar 2024 at 14:53, Dan McGregor wrote: > > From: Dan McGregor > > PyLint needs to be comapatible with Astroid. It was recently updated > to version 3.1.0, so follow suit with pylint. > > Signed-off-by:

[oe] [meta-python][PATCH v2] python3-pylint: Update to 3.1.0

2024-03-13 Thread Dan McGregor
From: Dan McGregor PyLint needs to be comapatible with Astroid. It was recently updated to version 3.1.0, so follow suit with pylint. Signed-off-by: Dan McGregor --- ...1-Adjust-test-expectations-for-ptest.patch | 44 +++ ...ylint_3.0.3.bb => python3-pylint_3.1.0.bb} | 5 ++-

[oe] [meta-oe][PATCH] lvgl: Fix dev-elf build QA

2024-03-13 Thread Khem Raj
lvgl does not produce versioned shared libraries Fixes ERROR: QA Issue: -dev package lvgl-dev contains non-symlink .so '/usr/lib/liblvgl_examples.so' -dev package lvgl-dev contains non-symlink .so '/usr/lib/liblvgl.so' -dev package lvgl-dev contains non-symlink .so '/usr/lib/liblvgl_thorvg.so' -

Re: [oe] [PATCH 2/8] lvgl: Upgrade to LVGL 9 series

2024-03-13 Thread Khem Raj
Thanks, seeing this QA issue https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3707/steps/14/logs/errors On Tue, Mar 12, 2024 at 9:51 PM Marek Vasut wrote: > > Upgrade LVGL and matching recipes to LVGL 9 series. Use latest git HEAD > instead of 9.0.0 release to pull in fixes whic

[oe] [meta-oe][PATCH] jwt-cpp: fix cmake file install path

2024-03-13 Thread Peter Marko via lists.openembedded.org
From: Peter Marko jwt-cpp module cannot be found with default find_package options. Per [1] package name is mandatory on unix build installations. [1] https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure Signed-off-by: Peter Marko --- meta-oe/recipes-devtools/jwt-cp

[oe] [meta-oe] [PATCH] dnf-plugin-tui: upgrade 1.3 -> 1.4

2024-03-13 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Changelog: fix the bug of syntax error when poky updated to scarthgap. Signed-off-by: Wang Mingyu --- .../{dnf-plugin-tui_git.bb => dnf-plugin-tui_1.4.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-devtools/dnf-plugin-tui/{dnf-p

[oe][meta-oe][kirkstone][PATCH 1/1] postgresql: Upgrade to 14.11

2024-03-13 Thread Soumya via lists.openembedded.org
From: Soumya Sambu Addresses CVEs and other bug fixes. Remove patches that are fixed in this release. Release notes are available at: https://www.postgresql.org/docs/release/14.10/ https://www.postgresql.org/docs/release/14.11/ 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshe

Re: [oe][meta-oe][kirkstone][PATCH 1/1] postgresql: Fix CVE-2024-0985

2024-03-13 Thread Soumya via lists.openembedded.org
Got it. I will upgrade to 14.11. Regards, Soumya From: openembedded-devel@lists.openembedded.org on behalf of Anuj Mittal via lists.openembedded.org Sent: Monday, March 11, 2024 8:18 AM To: openembedded-devel@lists.openembedded.org ; Sambu, Soumya Subject: R