diff options
| author | Andrea Galbusera <gizero@gmail.com> | 2017-04-12 15:25:56 +0200 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 15:55:37 -0400 |
| commit | ccaf0a99d834dcc6b669de15615f7b07bbc85255 (patch) | |
| tree | 8dea43a81495d6052d72f00d8fcc1182b2f369c3 | |
| parent | a6e6115c895b3b5f32ad59b273ffe7bd7eb26e53 (diff) | |
| download | meta-openembedded-ccaf0a99d834dcc6b669de15615f7b07bbc85255.tar.gz | |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
| -rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 a3ef76568c..5fd714abb4 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" | |||
| 61 | 61 | ||
| 62 | FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug" | 62 | FILES_${PN}-dbg += "${libdir}/openvpn/plugins/.debug" |
| 63 | FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \ | 63 | FILES_${PN} += "${systemd_unitdir}/system/openvpn@.service \ |
| 64 | ${sysconfdir}/tmpfiles.d \ | ||
| 64 | /run" | 65 | /run" |
| 65 | FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ | 66 | FILES_${PN}-sample += "${systemd_unitdir}/system/openvpn@loopback-server.service \ |
| 66 | ${systemd_unitdir}/system/openvpn@loopback-client.service \ | 67 | ${systemd_unitdir}/system/openvpn@loopback-client.service \ |
