Files
meta-overc/meta-cube/recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend
Bruce Ashfield c70506860b global: overrides update, pass 1
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-10-19 12:26:32 -04:00

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
}