[oe] [meta-networking][PATCH 1/3] openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged

Andrea Galbusera gizero at gmail.com
Wed Apr 12 13:25:56 UTC 2017


The file was installed but never packaged, ending up in no systemd-tmpfiles
configuration on the final rootfs.

Signed-off-by: Andrea Galbusera <gizero at gmail.com>
---
 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 a3ef765..5fd714a 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 at .service \
+                ${sysconfdir}/tmpfiles.d \
                 /run"
 FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn at loopback-server.service \
                        ${systemd_unitdir}/system/openvpn at loopback-client.service \
-- 
2.7.4




More information about the Openembedded-devel mailing list