[oe] [meta-oe][PATCH 1/2] cpputest: allow empty main package

2022-10-28 Thread Peter Marko
iThe main package is empty so it was not possible to install dev package to sdk as it depends on main package. Signed-off-by: Peter Marko --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb

[oe] [meta-oe][PATCH 2/2] cpputest: add possibility to build extensions

2022-10-28 Thread Peter Marko
Signed-off-by: Peter Marko --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb index 52c01f44e..f3590ee7b 100644 ---

[oe] [meta-oe][PATCH] vbxguestdrivers: upgrade 7.0.0 -> 7.0.2

2022-10-28 Thread Gianfranco
From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../{vboxguestdrivers_7.0.0.bb => vboxguestdrivers_7.0.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-oe][master][kirkstone][PATCH] fwupd: fix ${datadir}/polkit-1/rules.d permissions

2022-10-28 Thread Mikko Rapeli
They need to be the same as systemd which creates the directory or rpm/dnf will fail rootfs build with error: Error: Transaction test error: file /usr/share/polkit-1/rules.d conflicts between attempted installs of fwupd-1.7.6-r0.qemuarm64 and systemd-1:250.5-r0.armv8a "bitbake -c install

[oe] [meta-oe][PATCH v2 1/2] cpputest: remove dev package dependency

2022-10-28 Thread Peter Marko
The main package is empty so it was not possible to install dev package to sdk as it depends on main package. Signed-off-by: Peter Marko --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb

[oe] [meta-oe][PATCH v2 2/2] cpputest: add possibility to build extensions

2022-10-28 Thread Peter Marko
Signed-off-by: Peter Marko --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb index d923e7ac9..5536cf07b 100644 ---

Re: [oe] [meta-oe][PATCH 1/2] cpputest: allow empty main package

2022-10-28 Thread Ross Burton
On 28 Oct 2022, at 09:11, Peter Marko via lists.openembedded.org wrote: > > iThe main package is empty so it was not possible to install > dev package to sdk as it depends on main package. > > Signed-off-by: Peter Marko > --- > meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 2 ++ > 1 file

Re: [oe] [meta-oe][master][kirkstone][PATCH] fwupd: fix ${datadir}/polkit-1/rules.d permissions

2022-10-28 Thread Ross Burton
> On 28 Oct 2022, at 14:10, Mikko Rapeli via lists.openembedded.org > wrote: > +if ${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'true', 'false', > d)}; then > +if [ -d ${D}${datadir}/polkit-1/rules.d ]; then No point to have the double check here: just check if the

[oe][meta-oe][PATCH] iniparser: Add native support

2022-10-28 Thread Joshua Watt
Native tools may link against iniparser, so extend it to be a native recipe also. Signed-off-by: Joshua Watt --- meta-oe/recipes-support/iniparser/iniparser_4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/iniparser/iniparser_4.1.bb

[oe][meta-oe][PATCH] libzip: Add native support

2022-10-28 Thread Joshua Watt
Native tools may link against libzip, so extend it to be a native recipe also. Signed-off-by: Joshua Watt --- meta-oe/recipes-extended/libzip/libzip_1.9.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/libzip/libzip_1.9.2.bb

[oe] [meta-java][PATCH] conf: layer: add free(1) to HOSTTOOLS_NONFATAL for icedtea7-native

2022-10-28 Thread Ahmad Fatoum
icedtea7-native build uses free -m (from the procfs suite of tools) to determine memory bound during compile. This always fails for us, because free is not passed through from the host environment. This results in a few warnings in the logs: /bin/sh: line 1: free: command not found

Re: [oe] [meta-java][PATCH] conf: layer: add free(1) to HOSTTOOLS_NONFATAL for icedtea7-native

2022-10-28 Thread Ahmad Fatoum
Hi, On 28.10.22 18:16, Ahmad Fatoum wrote: > icedtea7-native build uses free -m (from the procfs suite of tools) to slight typo: s/procfs/procps/ Please let me know if I should resend. > determine memory bound during compile. This always fails for us, > because free is not passed through from