[OE-core][PATCH] python: prevent build failure when pycache files missing

2022-01-22 Thread Athanasios Oikonomou
ure in case they are absent. Python3 patched with legacy byte-code locations in order to create a sourceless .pyc deployment for small flash boxes. Unappropriate for upstream. Signed-off-by: Athanasios Oikonomou --- meta/recipes-devtools/meson/meson.inc | 2 +- meta/recipes-devtools/pyt

[OE-core] [meta-oe][PATCH] vsftpd: link with wrap when tcp-wrappers configured

2017-09-06 Thread Athanasios Oikonomou
By default we do not build vsftpd with tcp-wrappers, so we should not include lib wrap. Make lib wrap optional depending on tcp-wrappers PACKAGECONFIG. Signed-off-by: Athanasios Oikonomou --- meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1

[OE-core] [PATCH v2] LSB 4.1: lsb_release script incompatible with busybox head and find

2017-02-17 Thread Athanasios Oikonomou
builds, which is why this patch is needed. [YOCTO #11041] Signed-off-by: Athanasios Oikonomou --- ...elease-to-work-with-busybox-head-and-find.patch | 38 ++ meta/recipes-extended/lsb/lsb_4.1.bb | 1 + 2 files changed, 39 insertions(+) create mode 100644 meta

[OE-core] [PATCH] LSB 4.1: lsb_release script incompatible with busybox head and find

2017-02-17 Thread Athanasios Oikonomou
builds, which is why this patch is needed. [YOCTO #11041] Signed-off-by: Athanasios Oikonomou --- ...elease-to-work-with-busybox-head-and-find.patch | 34 ++ meta/recipes-extended/lsb/lsb_4.1.bb | 3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode