mirror of
https://github.com/optim-enterprises-bv/meta-overc.git
synced 2026-01-15 00:56:18 +00:00
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
do_install:append() {
|
|
# if we take drm from the kernel, and a different set from libdrm
|
|
# at different paths in the sysroot, then mayhem can result.
|
|
rm -rf ${D}${exec_prefix}/include/drm
|
|
}
|