blob: 11741897f607b090e95302841b18fc08e5348599 [file] [log] [blame]
Andrew Geisslerd221e032020-07-10 16:13:21 -05001From 6388b16b93ba805f8877a94f47509f701250812f Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Mon, 6 Jul 2020 19:33:54 -0700
4Subject: [PATCH] install firewalld to var-libdir rather than hardcod lib
5
6The oe install firewalld (split packages) to ${libdir}/firewalld/zones
7
8Upstream-Status: Inappropriate [oe specific]
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11---
12 Makefile.am | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/Makefile.am b/Makefile.am
16index 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--
292.21.0
30