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]> --- meta/recipes-support/libnl/libnl_3.12.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libnl/libnl_3.12.0.bb b/meta/recipes-support/libnl/libnl_3.12.0.bb index 2b46fb69d9..cbc5eca20e 100644 --- a/meta/recipes-support/libnl/libnl_3.12.0.bb +++ b/meta/recipes-support/libnl/libnl_3.12.0.bb @@ -54,7 +54,7 @@ RREPLACES:${PN}-genl = "libnl-genl2" RCONFLICTS:${PN}-genl = "libnl-genl2" DEPENDS += "${@bb.utils.contains('PTEST_ENABLED', '1', 'libcheck', '', d)}" -RRECOMMENDS:${PN}-ptest += "kernel-module-dummy kernel-module-bonding" +RRECOMMENDS:${PN}-ptest += "${KERNEL_PACKAGE_NAME}-module-dummy ${KERNEL_PACKAGE_NAME}-module-bonding" RDEPENDS:${PN}-ptest += "iproute2-ip" do_compile_ptest() { -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240747): https://lists.openembedded.org/g/openembedded-core/message/240747 Mute This Topic: https://lists.openembedded.org/mt/120230961/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
