diff options
author | Callaghan, Dan <dan.callaghan@opengear.com> | 2019-10-04 13:35:47 +1000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-04 19:11:55 -0700 |
commit | b08e503eb75f1e6fee65cea4c03d18ad91e7a217 (patch) | |
tree | 873e9db66c296ba3c30b4188cf2834a9859039ff /meta-networking | |
parent | 1eaeb89b9443298295943bc76af00dde00173e66 (diff) | |
download | meta-openembedded-b08e503eb75f1e6fee65cea4c03d18ad91e7a217.tar.gz |
strongswan: install dev headers
These are needed for other packages which want to link against
libstrongswan or other libraries included with Strongswan.
By default, no headers are installed.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.8.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.8.1.bb b/meta-networking/recipes-support/strongswan/strongswan_5.8.1.bb index 9310a93fe..5408eed27 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.8.1.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.8.1.bb | |||
@@ -19,6 +19,7 @@ UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | |||
19 | 19 | ||
20 | EXTRA_OECONF = " \ | 20 | EXTRA_OECONF = " \ |
21 | --without-lib-prefix \ | 21 | --without-lib-prefix \ |
22 | --with-dev-headers=${includedir}/strongswan \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" | 25 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" |
@@ -48,7 +49,7 @@ RRECOMMENDS_${PN} = "kernel-module-ipsec" | |||
48 | 49 | ||
49 | FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}" | 50 | FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}" |
50 | FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" | 51 | FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug" |
51 | FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la" | 52 | FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la ${libdir}/ipsec/include/config.h" |
52 | FILES_${PN}-staticdev += "${libdir}/ipsec/*.a" | 53 | FILES_${PN}-staticdev += "${libdir}/ipsec/*.a" |
53 | 54 | ||
54 | CONFFILES_${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf" | 55 | CONFFILES_${PN} = "${sysconfdir}/*.conf ${sysconfdir}/ipsec.d/*.conf ${sysconfdir}/strongswan.d/*.conf" |