[oe] [meta-oe][PATCH] mariadb: fix failures to start install_db.service

2021-07-11 Thread kai
From: Kai Kang It fails to start install_db.service when install mariadb-setupdb from a package repo via dnf: root@qemux86-64:~# systemctl status install_db x install_db.service - Install MySQL Community Server Database Loaded: loaded (/lib/systemd/system/install_db.service; enabled; vendor

[oe] [meta-networking][dunfell][PATCH 2/2] ufw: update RRECOMMENDS for linux-yocto 5.4

2021-07-11 Thread Jate Sujjavanich
Cataloged modules by running check-requirements Signed-off-by: Jate Sujjavanich --- .../recipes-connectivity/ufw/ufw_0.36.bb | 32 --- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.36.bb b/meta-networking/recip

[oe] [meta-networking][dunfell][PATCH 0/2] ufw: Backport 0.36, update module RRECOMMENDS

2021-07-11 Thread Jate Sujjavanich
Backport ufw 0.36 to dunfell and update kernel module RRECOMMENDS for linux-yocto 5.4 in dunfell poky. The following changes since commit c38d2a74f762a792046f3d3c377827b08aade513: dnsmasq: Add fixes for CVEs reported for dnsmasq (2021-05-29 11:41:45 -0700) are available in the Git repository a

[oe] [meta-networking][dunfell][PATCH 1/2] ufw: bump version to 0.36 and add services

2021-07-11 Thread Jate Sujjavanich
This commit brings the version of ufw up to 0.36 since version 0.33 had some problems: * The setup.py calls sed to replace some variables in the source code with the correct paths. However, this is done using a hardcoded path and conflicts with distutils * The python shebang was not properly correc