openvpn: added 2.1rc20 and enabled reading passwords from file
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 3 Nov 2009 17:49:16 +0000 (18:49 +0100)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 3 Nov 2009 17:49:16 +0000 (18:49 +0100)
recipes/openvpn/openvpn_2.0.9+2.1rc20.bb [new file with mode: 0644]

diff --git a/recipes/openvpn/openvpn_2.0.9+2.1rc20.bb b/recipes/openvpn/openvpn_2.0.9+2.1rc20.bb
new file mode 100644 (file)
index 0000000..f671e15
--- /dev/null
@@ -0,0 +1,9 @@
+require openvpn.inc
+
+SRC_URI = "http://openvpn.net/release/openvpn-2.1_rc20.tar.gz \
+          file://openvpn"
+
+S = "${WORKDIR}/openvpn-2.1_rc20"
+
+# I want openvpn to be able to read password from file (hrw)
+EXTRA_OECONF += "--enable-password-save"