All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][dunfell][PATCH] wireguard-tools: Fix systemd service installation
@ 2021-05-14 15:28 Adrian Thomasset
  2021-05-14 22:15 ` Armin Kuster
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Thomasset @ 2021-05-14 15:28 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Armin Kuster

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

From 84681a31cfd3f7aa8cc89181c2c87ffffcbc261b Mon Sep 17 00:00:00 2001
From: Mario Schuknecht <schuknecht@dresearch-fe.de>
Date: Thu, 15 Oct 2020 16:53:12 +0200
Subject: [meta-networking][dunfell][PATCH] wireguard-tools: Fix systemd
 service installation

Install systemd configuration file wg-quick@.service into the proper folder.
Use 'systemd_system_unitdir' instead of 'systemd_unitdir' as the
installation
path.

Signed-off-by: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-kernel/wireguard/wireguard-tools_1.0.20200513.bb  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-kernel/wireguard/
wireguard-tools_1.0.20200513.bb b/meta-networking/recipes-kernel/wireguard/
wireguard-tools_1.0.20200513.bb
index 31b33a045..3403fd943 100644
--- a/meta-networking/recipes-kernel/wireguard/
wireguard-tools_1.0.20200513.bb
+++ b/meta-networking/recipes-kernel/wireguard/
wireguard-tools_1.0.20200513.bb
@@ -9,7 +9,7 @@ DEPENDS += "libmnl"

 do_install () {
     oe_runmake DESTDIR="${D}" PREFIX="${prefix}"
SYSCONFDIR="${sysconfdir}" \
-        SYSTEMDUNITDIR="${systemd_unitdir}" \
+        SYSTEMDUNITDIR="${systemd_system_unitdir}" \
         WITH_SYSTEMDUNITS=${@bb.utils.contains('DISTRO_FEATURES',
'systemd', 'yes', '', d)} \
         WITH_BASHCOMPLETION=yes \
         WITH_WGQUICK=yes \
@@ -18,7 +18,7 @@ do_install () {

 FILES_${PN} = " \
     ${sysconfdir} \
-    ${systemd_unitdir} \
+    ${systemd_system_unitdir} \
     ${bindir} \
 "

--
2.25.1

[-- Attachment #2: Type: text/html, Size: 2304 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-17  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-14 15:28 [meta-networking][dunfell][PATCH] wireguard-tools: Fix systemd service installation Adrian Thomasset
2021-05-14 22:15 ` Armin Kuster
2021-05-14 22:42   ` [oe] " Khem Raj
2021-05-17  9:14     ` Adrian Thomasset

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.