summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb10
1 files changed, 9 insertions, 1 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
index 189cfa322..52c8becb0 100644
--- a/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
+++ b/meta-oe/recipes-support/strongswan/strongswan_5.0.0.bb
@@ -5,6 +5,7 @@ SECTION = "console/network"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7DEPENDS = "gmp openssl flex-native flex bison-native" 7DEPENDS = "gmp openssl flex-native flex bison-native"
8PR = "r1"
8 9
9SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2" 10SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2"
10SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212" 11SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212"
@@ -18,4 +19,11 @@ inherit autotools
18 19
19RRECOMMENDS_${PN} = "kernel-module-ipsec" 20RRECOMMENDS_${PN} = "kernel-module-ipsec"
20 21
21FILES_${PN}-dbg += "${libexecdir}/ipsec/.debug ${libexecdir}/ipsec/plugins/.debug" 22PACKAGES += "${PN}-plugins"
23FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
24FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
25FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
26FILES_${PN}-dbg += "${libdir}/ipsec/.debug ${libdir}/ipsec/plugins/.debug ${libexecdir}/ipsec/.debug"
27FILES_${PN}-plugins += "${libdir}/ipsec/plugins/*"
28
29INSANE_SKIP_${PN}-plugins = "staticdev"