mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
openvpn: avoid packaging /run
/run is in FILES_${PN} but nothing either populate or even create it.
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
07e8b8ebe3
commit
a6916b2241
@@ -61,7 +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 \
|
||||
${sysconfdir}/openvpn/sample/"
|
||||
|
||||
Reference in New Issue
Block a user