Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux.inc: split kernel-headers package into a separate include
With Linux Mainline and Next, it's causing build issues: | INSTALL usr/include/video/ (3 files) | INSTALL usr/include/video/uvesafb.h/ (0 file) | touch: cannot touch 'usr/include/video/uvesafb.h/.install': Not a directory | scripts/Makefile.headersinst:116: recipe for target 'usr/include/video/uvesafb.h/.install' failed Workaround the build failure by splitting the kernel-headers package into a separate include. If kernel recipes need the kernel-headers, they can include linux-headers.inc file. Signed-off-by: Fathi Boudra <[email protected]>
- Loading branch information