mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:26:58 +00:00
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>
This commit is contained in:
parent
946ea0f946
commit
eb9c2482b4
25
meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb
Normal file
25
meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb
Normal file
@ -0,0 +1,25 @@
|
||||
SUMMARY = "ACCEL-PPP is a high performance VPN server application for linux."
|
||||
HOMEPAGE = "http://sourceforge.net/apps/trac/accel-ppp/wiki"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
DEPENDS = "openssl libpcre"
|
||||
|
||||
inherit cmake
|
||||
|
||||
PV = "1.7.3+git"
|
||||
|
||||
SRCREV = "4acfa46c321a344b9a6ce4128e72d1e02828d8a0"
|
||||
SRC_URI = "git://accel-ppp.git.sourceforge.net/gitroot/accel-ppp/accel-ppp;branch=1.7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
-DBUILD_DRIVER=FALSE \
|
||||
-DCMAKE_INSTALL_PREFIX=${prefix} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DLOG_PGSQL=FALSE \
|
||||
-DRADIUS=FALSE \
|
||||
-DNETSNMP=FALSE \
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user