Utilize preset variable KERNEL_PACKAGE_NAME to ensure uniformity with builds if KERNEL_PACKAGE_NAME variable were to change.
Signed-off-by: Vincent Davis Jr <[email protected]> --- .../iptables/iptables_1.8.13.bb | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/meta/recipes-extended/iptables/iptables_1.8.13.bb b/meta/recipes-extended/iptables/iptables_1.8.13.bb index 11b287ed3b..0fa5bf40b2 100644 --- a/meta/recipes-extended/iptables/iptables_1.8.13.bb +++ b/meta/recipes-extended/iptables/iptables_1.8.13.bb @@ -92,18 +92,18 @@ python populate_packages:prepend() { RDEPENDS:${PN} = "${PN}-module-xt-standard" RRECOMMENDS:${PN} = " \ ${PN}-modules \ - kernel-module-x-tables \ - kernel-module-ip-tables \ - kernel-module-iptable-filter \ - kernel-module-iptable-nat \ - kernel-module-nf-defrag-ipv4 \ - kernel-module-nf-conntrack \ - kernel-module-nf-conntrack-ipv4 \ - kernel-module-nf-nat \ - kernel-module-ipt-masquerade \ + ${KERNEL_PACKAGE_NAME}-module-x-tables \ + ${KERNEL_PACKAGE_NAME}-module-ip-tables \ + ${KERNEL_PACKAGE_NAME}-module-iptable-filter \ + ${KERNEL_PACKAGE_NAME}-module-iptable-nat \ + ${KERNEL_PACKAGE_NAME}-module-nf-defrag-ipv4 \ + ${KERNEL_PACKAGE_NAME}-module-nf-conntrack \ + ${KERNEL_PACKAGE_NAME}-module-nf-conntrack-ipv4 \ + ${KERNEL_PACKAGE_NAME}-module-nf-nat \ + ${KERNEL_PACKAGE_NAME}-module-ipt-masquerade \ ${@bb.utils.contains('PACKAGECONFIG', 'ipv6', '\ - kernel-module-ip6table-filter \ - kernel-module-ip6-tables \ + ${KERNEL_PACKAGE_NAME}-module-ip6table-filter \ + ${KERNEL_PACKAGE_NAME}-module-ip6-tables \ ', '', d)} \ " -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240776): https://lists.openembedded.org/g/openembedded-core/message/240776 Mute This Topic: https://lists.openembedded.org/mt/120234575/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
