diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-10-19 12:49:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-19 09:23:08 -0700 |
commit | cb08584d8c9e8e1fd9436d3e9466bcb088086de5 (patch) | |
tree | bf010e57fba019387cfde3a3db07ad95970a8cfd /meta-networking | |
parent | 72977342041ce045f799b71b5f697ce899355c6d (diff) | |
download | meta-openembedded-cb08584d8c9e8e1fd9436d3e9466bcb088086de5.tar.gz |
strongswan: upgrade 5.9.3 -> 5.9.4
Add openssl PACKAGECONFIG back as the openssl 3.0 compatibility issue
has been fixed.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb (renamed from meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb index e76636af0..cbc263d30 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.9.3.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.9.4.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "http://download.strongswan.org/strongswan-${PV}.tar.bz2 \ | |||
12 | file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \ | 12 | file://0001-memory.h-Include-stdint.h-for-uintptr_t.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "9325ab56a0a4e97e379401e1d942ce3e0d8b6372291350ab2caae0755862c6f7" | 15 | SRC_URI[sha256sum] = "45fdf1a4c2af086d8ff5b76fd7b21d3b6f0890f365f83bf4c9a75dda26887518" |
16 | 16 | ||
17 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" | 17 | UPSTREAM_CHECK_REGEX = "strongswan-(?P<pver>\d+(\.\d+)+)\.tar" |
18 | 18 | ||
@@ -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 sqlite3 swanctl \ | 26 | PACKAGECONFIG ?= "curl gmp openssl sqlite3 swanctl \ |
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" |