[oe-commits] [meta-openembedded] 28/51: openvpn: avoid packaging /run

git at git.openembedded.org git at git.openembedded.org
Tue Apr 25 20:44:02 UTC 2017


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

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

commit a6916b2241c0a7678a7cdfff8301f0fc929ddbb3
Author: Andrea Galbusera <gizero at gmail.com>
AuthorDate: Thu Apr 13 08:44:40 2017 +0200

    openvpn: avoid packaging /run
    
    /run is in FILES_${PN} but nothing either populate or even create it.
    
    Signed-off-by: Andrea Galbusera <gizero at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8892a9e..b6bd69f 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb
@@ -61,7 +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 \
                        ${sysconfdir}/openvpn/sample/"

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


More information about the Openembedded-commits mailing list