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-connectivity/ofono/ofono_2.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/ofono/ofono_2.19.bb b/meta/recipes-connectivity/ofono/ofono_2.19.bb index 74fa70f609..defbe5fbe8 100644 --- a/meta/recipes-connectivity/ofono/ofono_2.19.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.19.bb @@ -44,4 +44,4 @@ RDEPENDS:${PN}-tests = "\ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'python3-pygobject', '', d)} \ " -RRECOMMENDS:${PN} += "kernel-module-tun mobile-broadband-provider-info" +RRECOMMENDS:${PN} += "${KERNEL_PACKAGE_NAME}-module-tun mobile-broadband-provider-info" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240799): https://lists.openembedded.org/g/openembedded-core/message/240799 Mute This Topic: https://lists.openembedded.org/mt/120238096/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
