[oe-commits] [meta-openembedded] 16/18: openvpn: ensure ${sysconfdir}/tmpfiles.d is packaged

git at git.openembedded.org git at git.openembedded.org
Wed Apr 12 15:05:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 0d822feed2da7dc9ae179029c6694051707bfe4a
Author: Andrea Galbusera <gizero at gmail.com>
AuthorDate: Wed Apr 12 15:25:56 2017 +0200

    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 <gizero at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list