diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-08-08 14:45:52 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-08-08 14:47:30 -0500 |
| commit | c3d8b5bdbcf7faf48609689d504a2ae3788198c9 (patch) | |
| tree | 10f5d1c424b7a8de886879ba88a4c6501935eae9 | |
| parent | 1d426fc6c0564b2997635f939aa84b032a0608c3 (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 1 | DESCRIPTION = "strongSwan is an OpenSource IPsec implementation for the \ | ||
| 2 | Linux operating system." | ||
| 3 | HOMEPAGE = "http://www.strongswan.org" | ||
| 4 | SECTION = "console/network" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | DEPENDS = "gmp openssl flex-native flex bison-native" | ||
| 8 | |||
| 9 | SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2" | ||
| 10 | SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212" | ||
| 11 | SRC_URI[sha256sum] = "efc13c86e715b5e596d9d8535640c830f83e977fe521afd2c70d68926c4b573e" | ||
| 12 | |||
| 13 | EXTRA_OECONF = "--disable-curl --disable-soup --disable-ldap \ | ||
| 14 | --enable-gmp --disable-mysql --disable-sqlite \ | ||
| 15 | --enable-openssl" | ||
| 16 | |||
| 17 | inherit autotools | ||
| 18 | |||
| 19 | RRECOMMENDS_${PN} = "kernel-module-ipsec" | ||
| 20 | |||
| 21 | FILES_${PN}-dbg += "${libexecdir}/ipsec/.debug ${libexecdir}/ipsec/plugins/.debug" | ||
