mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 12:21:25 +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:
parent
07e8b8ebe3
commit
a6916b2241
@ -61,7 +61,7 @@ RRECOMMENDS_${PN} = "kernel-module-tun"
|
|||||||
FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
|
FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug"
|
||||||
FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
|
FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \
|
||||||
${sysconfdir}/tmpfiles.d \
|
${sysconfdir}/tmpfiles.d \
|
||||||
/run"
|
"
|
||||||
FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \
|
FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \
|
||||||
${systemd_unitdir}/system/openvpn@loopback-client.service \
|
${systemd_unitdir}/system/openvpn@loopback-client.service \
|
||||||
${sysconfdir}/openvpn/sample/"
|
${sysconfdir}/openvpn/sample/"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user