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:
Ricardo Salveti 2022-07-18 19:42:25 -03:00 committed by Romuald JEANNE
parent 048d47e395
commit 72ca498919
1 changed files with 1 additions and 1 deletions

View File

@ -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}/:"