builddeb: fix missing headers in linux-headers package
authorAzriel Samson <asamson@codeaurora.org>
Thu, 31 Mar 2016 17:31:18 +0000 (11:31 -0600)
committerMichal Marek <mmarek@suse.com>
Tue, 10 May 2016 15:44:53 +0000 (17:44 +0200)
commit962475ac2f9662fe69a9f86220ab31bbbf3911d2
tree16255b1449acab4a7c694cd5159e30061a3fc4f6
parent697bbc7b832048d3a679cd55caf2268a325efbe0
builddeb: fix missing headers in linux-headers package

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

For e.g. on ARM64, opcodes.h includes the same file from ARM
which causes the following error:
./arch/arm64/include/asm/opcodes.h:1:43: fatal error:
../../arm/include/asm/opcodes.h: No such file or directory
compilation terminated.

Signed-off-by: Azriel Samson <asamson@codeaurora.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/package/builddeb