diff options
-rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb (renamed from meta-networking/recipes-support/openvpn/openvpn_2.3.8.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.3.8.bb b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb index de2348e8ea..a3ef76568c 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.3.8.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.3.9.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/openvpn-${PV}.tar.gz \ | |||
12 | file://openvpn@.service \ | 12 | file://openvpn@.service \ |
13 | file://openvpn-volatile.conf" | 13 | file://openvpn-volatile.conf" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "51d996f1f1fc30f501ae251a254effeb" | 15 | SRC_URI[md5sum] = "265755044ae88f9249d509f6d061f7e5" |
16 | SRC_URI[sha256sum] = "532435eff61c14b44a583f27b72f93e7864e96c95fe51134ec0ad4b1b1107c51" | 16 | SRC_URI[sha256sum] = "2c12fe9ea641ac1291e70322cc500641c84e5903dd4f40bf2eda7e9f209b2f9c" |
17 | 17 | ||
18 | SYSTEMD_SERVICE_${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" | 18 | SYSTEMD_SERVICE_${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" |
19 | SYSTEMD_AUTO_ENABLE = "disable" | 19 | SYSTEMD_AUTO_ENABLE = "disable" |
@@ -21,7 +21,7 @@ SYSTEMD_AUTO_ENABLE = "disable" | |||
21 | CFLAGS += "-fno-inline" | 21 | CFLAGS += "-fno-inline" |
22 | 22 | ||
23 | # I want openvpn to be able to read password from file (hrw) | 23 | # I want openvpn to be able to read password from file (hrw) |
24 | EXTRA_OECONF += "--enable-password-save --enable-iproute2" | 24 | EXTRA_OECONF += "--enable-iproute2" |
25 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', '--disable-plugin-auth-pam', d)}" | 25 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '', '--disable-plugin-auth-pam', d)}" |
26 | 26 | ||
27 | # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host. | 27 | # Explicitly specify IPROUTE to bypass the configure-time check for /sbin/ip on the host. |