[oe] [meta-oe][PATCH] concurrencykit: Make patch compatible with Bourne shell

2023-02-01 Thread David Bagonyi
From: David Bagonyi The use of `>&` assumes we are using a shell that supports this syntax. In case of running this through `sh`, we get "Syntax error: Bad fd number" --- ...configure-Fix-compoiler-detection-logic-for-cross-co.patch | 4 ++-- 1 file changed, 2 insertion

[oe] [PATCH] gpgme: Allow setuptools3-base to be excluded from the inherit list

2022-10-05 Thread David Bagonyi
Inheriting setuptools3-base adds a runtime dependency on Python. This change makes inheriting setuptools3-base optional. If one does not want a runtime dependency on Python, they can remove python from LANGUAGES. Signed-off-by: David Bagonyi --- meta/recipes-support/gpgme/gpgme_1.18.0.bb | 3