libdrm: set PACKAGECONFIG based on stm32mpcommon
Don't override the default settings in order to avoid conflicts with other layers, and make the custom PACKAGECONFIG changes specific to stm32mpcommon. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
parent
048d47e395
commit
72ca498919
|
|
@ -1,5 +1,5 @@
|
||||||
# We don't want etnaviv drm package
|
# We don't want etnaviv drm package
|
||||||
PACKAGECONFIG = "libkms install-test-programs"
|
PACKAGECONFIG:stm32mpcommon = "libkms install-test-programs"
|
||||||
|
|
||||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}/:"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue