summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-08-08 14:45:52 -0500
committerMatthew McClintock <msm@freescale.com>2012-08-08 14:47:30 -0500
commitc3d8b5bdbcf7faf48609689d504a2ae3788198c9 (patch)
tree10f5d1c424b7a8de886879ba88a4c6501935eae9
parent1d426fc6c0564b2997635f939aa84b032a0608c3 (diff)
downloadmeta-fsl-ppc-c3d8b5bdbcf7faf48609689d504a2ae3788198c9.tar.gz
add strongswan_5.0.0 from meta-oe master
We are adding this here since we can't backport this to denzil on meta-oe as it's more than just a bugfix. Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--recipes-tools/strongswan/strongswan_5.0.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-tools/strongswan/strongswan_5.0.0.bb b/recipes-tools/strongswan/strongswan_5.0.0.bb
new file mode 100644
index 0000000..189cfa3
--- /dev/null
+++ b/recipes-tools/strongswan/strongswan_5.0.0.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "strongSwan is an OpenSource IPsec implementation for the \
2Linux operating system."
3HOMEPAGE = "http://www.strongswan.org"
4SECTION = "console/network"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7DEPENDS = "gmp openssl flex-native flex bison-native"
8
9SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2"
10SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212"
11SRC_URI[sha256sum] = "efc13c86e715b5e596d9d8535640c830f83e977fe521afd2c70d68926c4b573e"
12
13EXTRA_OECONF = "--disable-curl --disable-soup --disable-ldap \
14 --enable-gmp --disable-mysql --disable-sqlite \
15 --enable-openssl"
16
17inherit autotools
18
19RRECOMMENDS_${PN} = "kernel-module-ipsec"
20
21FILES_${PN}-dbg += "${libexecdir}/ipsec/.debug ${libexecdir}/ipsec/plugins/.debug"