diff options
| -rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb index dd50fba3dd..c178b4cdac 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.2.bb | |||
| @@ -24,7 +24,7 @@ EXTRA_OECONF = " \ | |||
| 24 | 24 | ||
| 25 | 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)}" |
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "curl gmp openssl sqlite3 swanctl \ | 27 | PACKAGECONFIG ?= "curl gmp openssl sqlite3 swanctl \ |
| 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ | 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ |
| 29 | " | 29 | " |
| 30 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" | 30 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" |
