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
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
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
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