diff options
| author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-05-11 16:32:51 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-11 11:28:34 -0700 |
| commit | d5b57d8505fa1f556d987f3ec119124ab7e0eb81 (patch) | |
| tree | f31919c0675239029456bd2ff50a3d3d5fc730da | |
| parent | bf26b3e5ed3782ffdcf33374a6cf63c38e5e90c0 (diff) | |
| download | meta-openembedded-d5b57d8505fa1f556d987f3ec119124ab7e0eb81.tar.gz | |
strongswan: add PACKAGECONFIG for the NetworkManager module
Disabled by default. When enabled, a package 'strongswan-nm' gets created.
The package naming follows Debian/Ubuntu.
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.10.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.10.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.10.bb index 9caa248fb2..aecd321398 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.10.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.10.bb | |||
| @@ -38,6 +38,7 @@ PACKAGECONFIG[eap-mschapv2] = "--enable-eap-mschapv2,--disable-eap-mschapv2,,${P | |||
| 38 | PACKAGECONFIG[gmp] = "--enable-gmp,--disable-gmp,gmp,${PN}-plugin-gmp" | 38 | PACKAGECONFIG[gmp] = "--enable-gmp,--disable-gmp,gmp,${PN}-plugin-gmp" |
| 39 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap,${PN}-plugin-ldap" | 39 | PACKAGECONFIG[ldap] = "--enable-ldap,--disable-ldap,openldap,${PN}-plugin-ldap" |
| 40 | PACKAGECONFIG[mysql] = "--enable-mysql,--disable-mysql,mysql5,${PN}-plugin-mysql" | 40 | PACKAGECONFIG[mysql] = "--enable-mysql,--disable-mysql,mysql5,${PN}-plugin-mysql" |
| 41 | PACKAGECONFIG[nm] = "--enable-nm,--disable-nm,networkmanager,${PN}-nm" | ||
| 41 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl,${PN}-plugin-openssl" | 42 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl,${PN}-plugin-openssl" |
| 42 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4,${PN}-plugin-soup" | 43 | PACKAGECONFIG[soup] = "--enable-soup,--disable-soup,libsoup-2.4,${PN}-plugin-soup" |
| 43 | PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite" | 44 | PACKAGECONFIG[sqlite3] = "--enable-sqlite,--disable-sqlite,sqlite3,${PN}-plugin-sqlite" |
| @@ -101,6 +102,10 @@ ALLOW_EMPTY:${PN}-imcvs = "1" | |||
| 101 | FILES:${PN}-imcvs = "${libdir}/ipsec/imcvs/*.so" | 102 | FILES:${PN}-imcvs = "${libdir}/ipsec/imcvs/*.so" |
| 102 | FILES:${PN}-imcvs-dbg += "${libdir}/ipsec/imcvs/.debug" | 103 | FILES:${PN}-imcvs-dbg += "${libdir}/ipsec/imcvs/.debug" |
| 103 | 104 | ||
| 105 | PACKAGES =+ "${PN}-nm ${PN}-nm-dbg" | ||
| 106 | FILES:${PN}-nm = "${libexecdir}/ipsec/charon-nm ${datadir}/dbus-1/system.d/nm-strongswan-service.conf" | ||
| 107 | FILES:${PN}-nm-dbg = "${libexecdir}/ipsec/.debug/charon-nm" | ||
| 108 | |||
| 104 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*$" | 109 | PACKAGES_DYNAMIC += "^${PN}-plugin-.*$" |
| 105 | NOAUTOPACKAGEDEBUG = "1" | 110 | NOAUTOPACKAGEDEBUG = "1" |
| 106 | 111 | ||
