mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 21:21:58 +02:00
* Build tested on aarch64 glibc/musl * 0003-Fix-build-with-musl-for-n-dhcp4.patch has to go. Grepped nm code for seed48_r / mrand48_r => no findings * Since this is a huge version bump no detaile release notes are provided here * Have tried to move to meson build few months ago but it turned into huge efforts and ended without success. Maybe situation changed but let's postpone for now Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 lines
862 B
Diff
31 lines
862 B
Diff
From 6388b16b93ba805f8877a94f47509f701250812f Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Mon, 6 Jul 2020 19:33:54 -0700
|
|
Subject: [PATCH] install firewalld to var-libdir rather than hardcod lib
|
|
|
|
The oe install firewalld (split packages) to ${libdir}/firewalld/zones
|
|
|
|
Upstream-Status: Inappropriate [oe specific]
|
|
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 358b01a..5745339 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -4778,7 +4778,7 @@ data/server.conf: $(srcdir)/data/server.conf.in
|
|
$(AM_V_GEN) $(data_edit) $< >$@
|
|
|
|
if WITH_FIREWALLD_ZONE
|
|
-firewalldzonedir = $(prefix)/lib/firewalld/zones
|
|
+firewalldzonedir = $(libdir)/firewalld/zones
|
|
firewalldzone_DATA = data/nm-shared.xml
|
|
endif
|
|
|
|
--
|
|
2.21.0
|
|
|