| Message ID | 20260711052403.1292286-15-vince@underview.tech |
|---|---|
| State | New |
| Headers | show |
| Series | [01/19] kernal-vars: introduce new class | expand |
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 3bc9b24487..a2b9dc2aa2 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb @@ -6,7 +6,9 @@ DESCRIPTION = "v86d provides a backend for kernel drivers that need to execute x LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" -RRECOMMENDS:${PN} = "kernel-module-uvesafb" +inherit kernel-vars + +RRECOMMENDS:${PN} = "${KERNEL_PACKAGE_NAME}-module-uvesafb" SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ file://Update-x86emu-from-X.org.patch \
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/v86d/v86d_0.1.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)