| Message ID | 20260711052403.1292286-16-vince@underview.tech |
|---|---|
| State | New |
| Headers | show |
| Series | [01/19] kernal-vars: introduce new class | expand |
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"
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 <vince@underview.tech> --- meta/recipes-bsp/efivar/efivar_39.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)