diff options
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-install-firewalld-to-var-libdir-rather-than-hardcod-.patch b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-install-firewalld-to-var-libdir-rather-than-hardcod-.patch new file mode 100644 index 0000000000..11741897f6 --- /dev/null +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-install-firewalld-to-var-libdir-rather-than-hardcod-.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | From 6388b16b93ba805f8877a94f47509f701250812f Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Mon, 6 Jul 2020 19:33:54 -0700 | ||
4 | Subject: [PATCH] install firewalld to var-libdir rather than hardcod lib | ||
5 | |||
6 | The oe install firewalld (split packages) to ${libdir}/firewalld/zones | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe specific] | ||
9 | |||
10 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
11 | --- | ||
12 | Makefile.am | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/Makefile.am b/Makefile.am | ||
16 | index 358b01a..5745339 100644 | ||
17 | --- a/Makefile.am | ||
18 | +++ b/Makefile.am | ||
19 | @@ -4778,7 +4778,7 @@ data/server.conf: $(srcdir)/data/server.conf.in | ||
20 | $(AM_V_GEN) $(data_edit) $< >$@ | ||
21 | |||
22 | if WITH_FIREWALLD_ZONE | ||
23 | -firewalldzonedir = $(prefix)/lib/firewalld/zones | ||
24 | +firewalldzonedir = $(libdir)/firewalld/zones | ||
25 | firewalldzone_DATA = data/nm-shared.xml | ||
26 | endif | ||
27 | |||
28 | -- | ||
29 | 2.21.0 | ||
30 | |||
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb index 30c6ebe6ff..5eb2aefa77 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.22.14.bb | |||
@@ -26,6 +26,7 @@ SRC_URI = " \ | |||
26 | file://${BPN}.initd \ | 26 | file://${BPN}.initd \ |
27 | file://0001-Fixed-configure.ac-Fix-pkgconfig-sysroot-locations.patch \ | 27 | file://0001-Fixed-configure.ac-Fix-pkgconfig-sysroot-locations.patch \ |
28 | file://0002-Do-not-create-settings-settings-property-documentati.patch \ | 28 | file://0002-Do-not-create-settings-settings-property-documentati.patch \ |
29 | file://0001-install-firewalld-to-var-libdir-rather-than-hardcod-.patch \ | ||
29 | " | 30 | " |
30 | SRC_URI_append_libc-musl = " \ | 31 | SRC_URI_append_libc-musl = " \ |
31 | file://musl/0001-Fix-build-with-musl-systemd-specific.patch \ | 32 | file://musl/0001-Fix-build-with-musl-systemd-specific.patch \ |