From ccaf0a99d834dcc6b669de15615f7b07bbc85255 Mon Sep 17 00:00:00 2001 From: Andrea Galbusera Date: Wed, 12 Apr 2017 15:25:56 +0200 Subject: [PATCH] openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged The file was installed but never packaged, ending up in no systemd-tmpfiles configuration on the final rootfs. Signed-off-by: Andrea Galbusera Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb index a3ef76568c..5fd714abb4 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb @@ -61,6 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun" FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug" FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \ + ${sysconfdir}/tmpfiles.d \ /run" FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ ${systemd_unitdir}/system/openvpn@loopback-client.service \