summaryrefslogtreecommitdiffstats
path: root/recipes/openvpn
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-11-03 18:49:16 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-11-03 18:49:16 +0100
commitea6f6abebde67f959098acebfe19ace84a5886e2 (patch)
tree62e0bb3a48f0f2dc58a361083c052d0e98849b6d /recipes/openvpn
parent3cb452d2f533f007e8c1e7544c636968514ac106 (diff)
downloadopenembedded-ea6f6abebde67f959098acebfe19ace84a5886e2.tar.gz
openvpn: added 2.1rc20 and enabled reading passwords from file
Diffstat (limited to 'recipes/openvpn')
-rw-r--r--recipes/openvpn/openvpn_2.0.9+2.1rc20.bb9
1 files changed, 9 insertions, 0 deletions
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
index 0000000000..f671e15165
--- /dev/null
+++ b/recipes/openvpn/openvpn_2.0.9+2.1rc20.bb
@@ -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"