diff options
| -rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb index 45500df01c..124b5a7999 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb | |||
| @@ -23,7 +23,7 @@ EXTRA_OECONF = " \ | |||
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" | 24 | EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ?= "curl gmp openssl sqlite3 swanctl \ | 26 | PACKAGECONFIG ?= "curl gmp openssl sqlite3 swanctl curve25519\ |
| 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ | 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-charon', 'charon', d)} \ |
| 28 | " | 28 | " |
| 29 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" | 29 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni" |
| @@ -41,6 +41,7 @@ PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4,${PN}-plugin-sou | |||
| 41 | PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite" | 41 | PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite" |
| 42 | PACKAGECONFIG[stroke] = "--enable-stroke,--disable-stroke,,${PN}-plugin-stroke" | 42 | PACKAGECONFIG[stroke] = "--enable-stroke,--disable-stroke,,${PN}-plugin-stroke" |
| 43 | PACKAGECONFIG[swanctl] = "--enable-swanctl,--disable-swanctl,,libgcc" | 43 | PACKAGECONFIG[swanctl] = "--enable-swanctl,--disable-swanctl,,libgcc" |
| 44 | PACKAGECONFIG[curve25519] = "--enable-curve25519,--disable-curve25519,, ${PN}-plugin-curve25519" | ||
| 44 | 45 | ||
| 45 | # requires swanctl | 46 | # requires swanctl |
| 46 | PACKAGECONFIG[systemd-charon] = "--enable-systemd,--disable-systemd,systemd," | 47 | PACKAGECONFIG[systemd-charon] = "--enable-systemd,--disable-systemd,systemd," |
| @@ -130,7 +131,6 @@ RDEPENDS:${PN} += "\ | |||
| 130 | ${PN}-plugin-x509 \ | 131 | ${PN}-plugin-x509 \ |
| 131 | ${PN}-plugin-xauth-generic \ | 132 | ${PN}-plugin-xauth-generic \ |
| 132 | ${PN}-plugin-xcbc \ | 133 | ${PN}-plugin-xcbc \ |
| 133 | ${PN}-plugin-curve25519 \ | ||
| 134 | " | 134 | " |
| 135 | 135 | ||
| 136 | RPROVIDES:${PN} += "${PN}-systemd" | 136 | RPROVIDES:${PN} += "${PN}-systemd" |
