[oe] [meta-oe][PATCH] mariadb: Enable openSSL and use as default SSL option

2022-03-22 Thread Khem Raj
cmakery fails to detect openSSL and falls back to use wolfSSL which is bundled with mariadb, therefore fix openSSL support fixes from fedora Signed-off-by: Khem Raj Cc: Mingli Yu --- meta-oe/recipes-dbs/mysql/mariadb.inc | 4 +- .../mysql/mariadb/mariadb-openssl3.patch | 385

Re: [oe] [meta-oe][PATCH] mariadb: Upgrade to 10.7.3

2022-03-22 Thread Yu, Mingli
On 3/23/22 7:05 AM, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] another one on x86/clang https://errors.yoctoproject.org/Errors/Details/653039/ Does this build for x86 for you? Yes, I did run x86/gcc build, but not cover clang. Will look into this. Thanks

Re: [oe] [meta-oe][PATCH] mariadb: Upgrade to 10.7.3

2022-03-22 Thread Khem Raj
another one on x86/clang https://errors.yoctoproject.org/Errors/Details/653039/ Does this build for x86 for you? On Tue, Mar 22, 2022 at 11:48 AM Khem Raj wrote: > > this fails with clang https://errors.yoctoproject.org/Errors/Details/653031/ > the reason is its missing dependency on lzo and cl

[oe] [PATCH] edac-utils: update to latest git head

2022-03-22 Thread Randy MacLeod
Add a DESCRIPTION. Commits added: 1c57818 etc/labels.db: add MiTAC HAWK layout d98769e Merge pull request #13 from musicinmybrain/fsf-address edf15c8 Update obsolete FSF postal addresses 556ebce Merge pull request #6 from paulmenzel/remove-blank-lines-at-eof-in-labels.db 55865fb et

Re: [oe] [meta-oe][PATCH] mariadb: Upgrade to 10.7.3

2022-03-22 Thread Khem Raj
this fails with clang https://errors.yoctoproject.org/Errors/Details/653031/ the reason is its missing dependency on lzo and clang tries to use its copy from native sysroot which in itself is not right but adding the missing dependency atleast fixes the problem. On Mon, Mar 21, 2022 at 9:45 PM Yu,

[oe] [meta-oe][PATCH] mariadb: Add missing dependency on lzo

2022-03-22 Thread Khem Raj
Fixes TOPDIR/build/tmp/work/mips32r2-yoe-linux/mariadb/10.7.3-r0/recipe-sysroot-native/usr/bin/mips-yoe-linux/mips-yoe-linux-ld.bfd: TOPDIR/build/tmp/work/mips32r2-yoe-linux/mariadb/10.7.3-r0/recipe-sysroot-native/usr/lib/liblzo2.so: error adding symbols: file in wrong format Signed-off-by: Khe

[oe] [meta-python][PATCH 1/2] python3-pytest-lazy-fixture: add recipe

2022-03-22 Thread Trevor Gamblin
This is a minor extension of pytest that is used by some ptests, such as python3-prettytable. There is a set of ptests included (run-ptest script is based on the one from python3-aspectlib). Signed-off-by: Trevor Gamblin --- .../python3-pytest-lazy-fixture/run-ptest | 3 +++ .../python3-pyt

[oe] [meta-python][PATCH 2/2] python3-prettytable: add python3-pytest-lazy-fixture to ptest RDEPENDS

2022-03-22 Thread Trevor Gamblin
Now that the recipe for python3-pytest-lazy-fixture exists, add it to RDEPENDS to fix the broken python3-prettytable ptests. Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-

Re: [oe] [meta-oe][dunfell][PATCH] p7zip: Fix for CVE-2016-9296

2022-03-22 Thread Armin Kuster
On 3/15/22 23:44, akash hadke via lists.openembedded.org wrote: Hello, Any update on this? its in the testing branch. thanks for the ping. -armin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#96149): https://lists.openembedded.org/g/

[oe] [meta-oe][PATCH] valijson: move out of hard dep on meta-networking

2022-03-22 Thread Khem Raj
curlpp is only needed to build examples, therefore make it a packageconfig and keep it disabled, which is default anyway Add packageconfigs for tests and disabling boost as well. Include boost support by default. Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-oe.bbappend

Re: [oe] [meta-oe][PATCH] live555: Allow output package if it is empty

2022-03-22 Thread Khem Raj
On Tue, Mar 22, 2022 at 9:30 AM wrote: > > From: Preeti Sachan > > Allow to create package for empty live555 as needed by > live555-dev. > > Signed-off-by: Preeti Sachan > --- > meta-oe/recipes-multimedia/live555/live555_20210824.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-

[oe] [meta-multimedia][PATCH] libsquish: Fix build when libdir != 'lib'

2022-03-22 Thread Khem Raj
Fixes build when libdir is something like lib64 or lib32 Signed-off-by: Khem Raj --- ...0001-Add-support-for-variable-libdir.patch | 70 +++ .../libsquish/libsquish_git.bb| 6 +- 2 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 meta-multimed

[oe] [meta-oe][PATCH] live555: Allow output package if it is empty

2022-03-22 Thread preeti . sachan
From: Preeti Sachan Allow to create package for empty live555 as needed by live555-dev. Signed-off-by: Preeti Sachan --- meta-oe/recipes-multimedia/live555/live555_20210824.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-multimedia/live555/live555_20210824.bb b/meta-oe/

Re: [oe] [meta-networking][PATCH] nftables: upgrade v1.0.0 -> v1.0.2

2022-03-22 Thread Trevor Gamblin
On 2022-03-22 11:38, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] There is a prior patch doing this upgrade slightly differently https://patchwork.yoctoproject.org/project/oe/patch/20220322044616.867009-1-yi.z...@windriver.com/ and since it fixes the extrample

Re: [oe] [meta-networking][PATCH] nftables: upgrade v1.0.0 -> v1.0.2

2022-03-22 Thread Khem Raj
There is a prior patch doing this upgrade slightly differently https://patchwork.yoctoproject.org/project/oe/patch/20220322044616.867009-1-yi.z...@windriver.com/ and since it fixes the extramples/ build with a backport, I think thats better tha disabling the build. This patch adds explicit rdeps

Re: [oe] [meta-oe][PATCH v6] usbguard: Add inital recipe

2022-03-22 Thread Khem Raj
Seeing this https://errors.yoctoproject.org/Errors/Details/652984/ perhaps do bitbake -ccleanall usbguard bitbake usbguard On Mon, Mar 21, 2022 at 3:48 AM Anu Deepthika via lists.openembedded.org wrote: > > From: "Anu Deepthika, Nandipati" > > Set one crypto-backend library at a time > OpenSS

[oe] [meta-networking][PATCH] nftables: upgrade v1.0.0 -> v1.0.2

2022-03-22 Thread Trevor Gamblin
Add libmnl and libnftnl to the RDEPENDS for the recipe. Also add a patch to remove the "example" directory from the list of build subdirs in Makefile.am, since this was added in v1.0.2 but it is breaking the build for content that we don't need in the image. Signed-off-by: Trevor Gamblin --- ...

[oe] [meta-oe][dunfell][PATCH] openjpeg: Fix multiple CVE

2022-03-22 Thread sana kazi
Add patch to fix below CVE: CVE-2019-12973 CVE-2020-15389 CVE-2020-27814 CVE-2020-27823 CVE-2020-27824 CVE-2020-27841 CVE-2020-27842 CVE-2020-27843 CVE-2020-27845 Signed-off-by: Virendra Thakur Signed-off-by: Sana Kazi --- .../openjpeg/openjpeg/CVE-2019-12973-1.patch | 72 ++ .../openjpeg

[oe] [meta-oe] [PATCH v2] php: upgrade 8.1.3 -> 8.1.4

2022-03-22 Thread wangmy
Signed-off-by: Wang Mingyu --- meta-oe/recipes-devtools/php/{php_8.1.3.bb => php_8.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/php/{php_8.1.3.bb => php_8.1.4.bb} (99%) diff --git a/meta-oe/recipes-devtools/php/php_8.1.3.bb b/meta-oe/recipes-dev

[oe] [meta-oe] [PATCH v2] libpeas: upgrade 1.30.0 -> 1.32.0

2022-03-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libpeas/{libpeas_1.30.0.bb => libpeas_1.32.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libpeas/{libpeas_1.30.0.bb => libpeas_1.32.0.bb} (88%) diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb

[oe] [meta-oe] [PATCH v2] graphene: upgrade 1.10.6 -> 1.10.8

2022-03-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../graphene/{graphene_1.10.6.bb => graphene_1.10.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/graphene/{graphene_1.10.6.bb => graphene_1.10.8.bb} (86%) diff --git a/meta-oe/recipes-graphics/graphene/graphene

[oe] [meta-gnome] [PATCH v2] metacity: upgrade 3.42.0 -> 3.44.0

2022-03-22 Thread wangmy
Signed-off-by: Wang Mingyu --- .../metacity/{metacity_3.42.0.bb => metacity_3.44.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/metacity/{metacity_3.42.0.bb => metacity_3.44.0.bb} (91%) diff --git a/meta-gnome/recipes-gnome/metacity/metacity

Re: [oe] Question about usage of FILESEXTRAPATHS variable

2022-03-22 Thread Ross Burton
On Tue, 22 Mar 2022 at 11:18, VIVAVIS AG via lists.openembedded.org wrote: > I wonder which assignment is correct within an append file. > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > or > FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" > > The development manual (latest version) shows in ch

[oe] Question about usage of FILESEXTRAPATHS variable

2022-03-22 Thread VIVAVIS AG via lists.openembedded.org
Hi, I wonder which assignment is correct within an append file. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" or FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" The development manual (latest version) shows in chapter 3.1.2: FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" But in chapter 3.1.

Re: [oe] [meta-java][PATCH] classpath: inherit pkgconfig

2022-03-22 Thread Richard Leitner
Hi Zoltán, thanks for the patch! I've just applied it to master-next. After some testing is will likely get merged to master and kirkstone branch. regards;rl On Tue, Mar 22, 2022 at 06:17:40AM +0100, Zoltan Boszormenyi via lists.openembedded.org wrote: > From: Zoltán Böszörményi > > It fixes