Skip to content

Commit cd6d0d9

Browse files
jhershbeamstewart
authored andcommitted
[dunfell] strongswan: Make PACKAGECONFIG a default value
Change from a weak default to a default in the definition of the PACKAGECONFIG. In https://github.com/flihp/meta-measured/blob/master/networking-layer/recipes-support/strongswan/strongswan_5.%25.bbappend the PACKAGECONFIG is appended to, so if the definition is weak here, the variable will be empty when the bbappend attempts to add to it.
1 parent ee27095 commit cd6d0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-networking/recipes-support/strongswan/strongswan_5.8.4.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXTRA_OECONF = " \
2424

2525
EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdsystemunitdir=${systemd_unitdir}/system/', '--without-systemdsystemunitdir', d)}"
2626

27-
PACKAGECONFIG ??= "charon curl gmp openssl stroke sqlite3 \
27+
PACKAGECONFIG ?= "charon curl gmp openssl stroke sqlite3 \
2828
${@bb.utils.filter('DISTRO_FEATURES', 'ldap', d)} \
2929
"
3030
PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni,,${PN}-plugin-aesni"

0 commit comments

Comments
 (0)