Re: [oe] [meta-oe][PATCH] libgpiod: RRECOMMENDS bats, python3-packaging for libgpiod-ptest

2022-02-24 Thread Douglas via lists.openembedded.org
On 22/02/22 3:37 pm, Khem Raj wrote: On 2/21/22 12:26 PM, Douglas via lists.openembedded.org wrote: I should be adding this to the RDEPENDS:${PN}-ptest, not the RRECOMMENDS. I'll send another patch ... OK thanks. I will wait for v2 Did you see this one? It doesn't seem to ha

[oe] [meta-oe][PATCH v2] libgpiod: RDEPENDS bats, python3-packaging for libgpiod-ptest

2022-02-21 Thread Douglas via lists.openembedded.org
When ptest is included in the DISTRO_FEATURES, we were adding bats and python3-packaging to the libgpiod RDEPENDS, and unwittingly dragging bash and python3 into the rootfs whether libgpiod-ptest was installed or not. Add bats and python3-packaging to the RDEPENDS for the libgpiod-ptest package o

Re: [oe] [meta-oe][PATCH] libgpiod: RRECOMMENDS bats, python3-packaging for libgpiod-ptest

2022-02-21 Thread Douglas via lists.openembedded.org
I should be adding this to the RDEPENDS:${PN}-ptest, not the RRECOMMENDS. I'll send another patch ... On Mon, 21 Feb 2022 at 17:10, Douglas Royds wrote: > When ptest is included in the DISTRO_FEATURES, we were adding bats and > python3-packaging to the libgpiod RDEPENDS, and unwittingly dragging

[oe] [meta-oe][PATCH] libgpiod: RRECOMMENDS bats, python3-packaging for libgpiod-ptest

2022-02-20 Thread Douglas via lists.openembedded.org
When ptest is included in the DISTRO_FEATURES, we were adding bats and python3-packaging to the libgpiod RDEPENDS, and unwittingly dragging bash and python3 into the rootfs whether libgpiod-ptest was installed or not. Add bats and python3-packaging to the RRECOMMENDS for the libgpiod-ptest packag

[oe] [meta-virtualization][PATCH] runtime-spec: master branch renamed as main

2021-11-02 Thread Douglas via lists.openembedded.org
Signed-off-by: Douglas Royds --- recipes-containers/crun/crun_git.bb | 2 +- recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/cr

[oe] [meta-virtualization][PATCH] container-dummy-provides: Blacklist for icecc

2021-11-02 Thread Douglas via lists.openembedded.org
${HOST_PREFIX} is empty, which triggers the "NULL prefix" error from icecc.bbclass. Signed-off-by: Douglas Royds --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 149b42e..84595cb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf

[oe] [meta-java][PATCH] openjdk-build-helper: Use python raw string for regex pattern

2021-10-14 Thread Douglas via lists.openembedded.org
See https://docs.python.org/3/library/re.html Invalid escape sequences in Python’s usage of the backslash in string literals now generate a DeprecationWarning, and in the future this will become a SyntaxError. The solution is to use Python’s raw string notation for regular expression patterns; bac

[oe] [meta-java][PATCH] icedtea7-native: -Wno-error=format-overflow for all gcc >= 9

2021-10-14 Thread Douglas via lists.openembedded.org
Using oe.utils.less_or_equal() in the reverse sense here, such that we *don't* add the warning exclusion for gcc <= 8. Signed-off-by: Douglas Royds --- recipes-core/icedtea/icedtea7-native.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-core/icedtea/icedtea7-nat

[oe] [meta-java][PATCH] classpath-native and friends: inherit native last

2021-02-04 Thread Douglas via lists.openembedded.org
Fixes QA Issue: classpath-native: native/nativesdk class is not inherited last Signed-off-by: Douglas Royds --- recipes-core/cacao/cacao-initial-native_0.98.bb | 2 +- recipes-core/classpath/classpath-native.inc | 2 +- recipes-core/ecj/libecj-bootstrap.inc| 2 +- recipes-core/