]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
builddeb: fix missing headers in linux-headers package
authorFathi Boudra <fathi.boudra@linaro.org>
Tue, 15 Apr 2014 11:51:48 +0000 (14:51 +0300)
committerMichal Marek <mmarek@suse.cz>
Wed, 18 Jun 2014 19:36:36 +0000 (21:36 +0200)
commit8bf13561bc7bda0367212c104d81e2ab7369b3c2
treef50fbc9891e04f244f023dd2bb391fa72f101183
parenta981296f048b99b0d5bb4d87c732a6cfb35a1c66
builddeb: fix missing headers in linux-headers package

The kernel headers package (linux-headers) doesn't include several
header files required to build out-of-tree modules.

It makes the package unusable on e.g. ARM architecture:
 /usr/src/linux-headers-3.14.0/arch/arm/include/asm/memory.h:24:25:
 fatal error: mach/memory.h: No such file or directory
 #include <mach/memory.h>
 ^
 compilation terminated.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Reviewed-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/builddeb