diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-01-20 11:32:07 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-22 13:17:55 +0100 |
commit | eb9c2482b46e6e6256d2c547debcd5eff902926e (patch) | |
tree | 3b1089edb286cb455e271d8efcfff9c31b8380ae | |
parent | 946ea0f946e444b3088bb0712f149b0015674bc1 (diff) | |
download | meta-openembedded-eb9c2482b46e6e6256d2c547debcd5eff902926e.tar.gz |
accel-ppp: add 1.7.3 + fixes from git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb new file mode 100644 index 000000000..9eb9bf82e --- /dev/null +++ b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "ACCEL-PPP is a high performance VPN server application for linux." | ||
2 | HOMEPAGE = "http://sourceforge.net/apps/trac/accel-ppp/wiki" | ||
3 | |||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | ||
6 | |||
7 | DEPENDS = "openssl libpcre" | ||
8 | |||
9 | inherit cmake | ||
10 | |||
11 | PV = "1.7.3+git" | ||
12 | |||
13 | SRCREV = "4acfa46c321a344b9a6ce4128e72d1e02828d8a0" | ||
14 | SRC_URI = "git://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp;branch=1.7" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | EXTRA_OECMAKE = " \ | ||
19 | -DBUILD_DRIVER=FALSE \ | ||
20 | -DCMAKE_INSTALL_PREFIX=${prefix} \ | ||
21 | -DCMAKE_BUILD_TYPE=Release \ | ||
22 | -DLOG_PGSQL=FALSE \ | ||
23 | -DRADIUS=FALSE \ | ||
24 | -DNETSNMP=FALSE \ | ||
25 | " | ||