Utilize preset variable KERNEL_PACKAGE_NAME to ensure uninformative with builds if KERNEL_PACKAGE_NAME variable were to change.
Signed-off-by: Vincent Davis Jr <[email protected]> --- meta/recipes-bsp/efivar/efivar_39.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/efivar/efivar_39.bb b/meta/recipes-bsp/efivar/efivar_39.bb index e5839f7a99..9c971c4d9f 100644 --- a/meta/recipes-bsp/efivar/efivar_39.bb +++ b/meta/recipes-bsp/efivar/efivar_39.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/rhinstaller/efivar.git;branch=main;protocol=https \ " SRCREV = "c47820c37ac26286559ec004de07d48d05f3308c" -inherit pkgconfig +inherit pkgconfig kernel-vars export CCLD_FOR_BUILD = "${BUILD_CCLD}" @@ -28,6 +28,6 @@ do_install() { BBCLASSEXTEND = "native" -RRECOMMENDS:${PN}:class-target = "kernel-module-efivarfs" +RRECOMMENDS:${PN}:class-target = "${KERNEL_PACKAGE_NAME}-module-efivarfs" CLEANBROKEN = "1" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240697): https://lists.openembedded.org/g/openembedded-core/message/240697 Mute This Topic: https://lists.openembedded.org/mt/120217988/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
