[oe-commits] Martin Jansa : openvpn: add recipe for 2.1.0

git version control git at git.openembedded.org
Fri Apr 30 09:36:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ecdbd5c32641cfef0a8bd2c6ad6bfd6e49aecbf1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecdbd5c32641cfef0a8bd2c6ad6bfd6e49aecbf1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Apr 30 11:33:59 2010 +0200

openvpn: add recipe for 2.1.0

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openvpn/openvpn_2.1.0.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes/openvpn/openvpn_2.1.0.bb b/recipes/openvpn/openvpn_2.1.0.bb
new file mode 100644
index 0000000..e46d369
--- /dev/null
+++ b/recipes/openvpn/openvpn_2.1.0.bb
@@ -0,0 +1,10 @@
+require openvpn.inc
+
+SRC_URI = "http://openvpn.net/release/${P}.tar.gz \
+	   file://openvpn"
+
+# I want openvpn to be able to read password from file (hrw)
+EXTRA_OECONF += "--enable-password-save"
+
+SRC_URI[md5sum] = "452a83326ae198cf961e9ae02539c8fb"
+SRC_URI[sha256sum] = "6634f89575040b1987a1e793b5d6fedb11088007eb150dbdab4a8cfdf3c0686e"





More information about the Openembedded-commits mailing list