diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-12-27 12:38:08 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-27 14:18:40 -0800 |
| commit | 2b733d2a70305904d4b04addfd4cefc2d696b761 (patch) | |
| tree | 3305b4e551f49635d1fb553d687abc353bd1b91b | |
| parent | ea76fc643713915a1618597be8bdbe0e4a3d993e (diff) | |
| download | meta-openembedded-2b733d2a70305904d4b04addfd4cefc2d696b761.tar.gz | |
strongswan: provide PACKAGECONFIG for cureve25519
Not everyone wants this to be installed by default. Enable to remove
cureve25519 is someone wants to.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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" |
