aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
diff options
context:
space:
mode:
authorHoria Geanta <horia.geanta@freescale.com>2012-07-25 18:52:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-07 12:23:11 +0200
commita6dc426c1ce9597cb96534819f7194603ce8f82f (patch)
treeb82382aab3afc9703476d6e2ea6fba2b0c835358 /meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
parentd5508e497c2f664dc5f338a976fdb5a0a8982519 (diff)
downloadmeta-openembedded-a6dc426c1ce9597cb96534819f7194603ce8f82f.tar.gz
strongswan: upgrade to version 5.0.0
COPYING change is trivial: http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=fbdef639d6ed3500bda9e330a2f57de5e833750c Signed-off-by: Horia Geanta <horia.geanta@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb')
-rw-r--r--meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb b/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
new file mode 100644
index 0000000000..189cfa322a
--- /dev/null
+++ b/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "strongSwan is an OpenSource IPsec implementation for the \
+Linux operating system."
+HOMEPAGE = "http://www.strongswan.org"
+SECTION = "console/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+DEPENDS = "gmp openssl flex-native flex bison-native"
+
+SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2"
+SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212"
+SRC_URI[sha256sum] = "efc13c86e715b5e596d9d8535640c830f83e977fe521afd2c70d68926c4b573e"
+
+EXTRA_OECONF = "--disable-curl --disable-soup --disable-ldap \
+ --enable-gmp --disable-mysql --disable-sqlite \
+ --enable-openssl"
+
+inherit autotools
+
+RRECOMMENDS_${PN} = "kernel-module-ipsec"
+
+FILES_${PN}-dbg += "${libexecdir}/ipsec/.debug ${libexecdir}/ipsec/plugins/.debug"