mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 15:22:15 +02:00
nativesdk-packagegroup-sdk-host: Fix nativesdk-glslang addition [STDIO-1992]
The package nativesdk-glslang is not being added to the SDK because the
MACHINEOVERRIDES are cleared for class-nativesdk:
6907da7eb4
Add it unconditionally.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
519e836a5a
commit
48d2e93935
|
@ -1,4 +1 @@
|
|||
RDEPENDS:${PN} += "${RDEPENDS_IMX_GPU_SDK}"
|
||||
RDEPENDS_IMX_GPU_SDK = ""
|
||||
RDEPENDS_IMX_GPU_SDK:imxdrm = "nativesdk-glslang"
|
||||
RDEPENDS_IMX_GPU_SDK:mx8mm-nxp-bsp = ""
|
||||
RDEPENDS:${PN} += "nativesdk-glslang"
|
||||
|
|
Loading…
Reference in New Issue
Block a user