aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-08-08 20:56:17 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-13 14:27:36 +0200
commit3bb5223270249c26baa9b1882f12f22a156c8552 (patch)
tree40fbce0a02a263ecb141f4d0dc5299995b95b7cc /meta-oe
parent6bc34f260077e790f9b0f5e1fac08b95e83d1d9e (diff)
downloadmeta-openembedded-3bb5223270249c26baa9b1882f12f22a156c8552.tar.gz
strongswan_5.0.0.bb: update recipe packaging to fix QA warnings and package all content
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 189cfa322a..52c8becb0d 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"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gmp openssl flex-native flex bison-native"
+PR = "r1"
SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2"
SRC_URI[md5sum] = "c8b861305def7c0abae04f7bbefec212"
@@ -18,4 +19,11 @@ inherit autotools
RRECOMMENDS_${PN} = "kernel-module-ipsec"
-FILES_${PN}-dbg += "${libexecdir}/ipsec/.debug ${libexecdir}/ipsec/plugins/.debug"
+PACKAGES += "${PN}-plugins"
+FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
+FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
+FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
+FILES_${PN}-dbg += "${libdir}/ipsec/.debug ${libdir}/ipsec/plugins/.debug ${libexecdir}/ipsec/.debug"
+FILES_${PN}-plugins += "${libdir}/ipsec/plugins/*"
+
+INSANE_SKIP_${PN}-plugins = "staticdev"