Copy full headers directory into SDK 05/7905/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 3 Aug 2017 15:52:37 +0000 (16:52 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 3 Aug 2017 16:07:45 +0000 (17:07 +0100)
commita082152335290ddbd9014195b78f4ccfb37a90ff
tree361d53f80dbb7f502f1b94314a95760e248fba24
parentd07b5b0b6b370b7c603dd90707e0dfdb03840f56
Copy full headers directory into SDK

The dpdk-dev SDK package is arch-dependent, as it ships a number of
binary executables.
Also using RTE_SDK does not support the multiple level of headers, so
instead of symlinking into /usr/include/dpdk copy the full set of
headers into /usr/share/dpdk/TARGET/include
Given dpkg cannot replace a symlink with a directory automatically
also generate a preinst file to handle it manually on upgrade.

Change-Id: I1fb8fbe424b8ef015c04062f2cffe9f2b9ffe02f
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/dpdk-dev.preinst.in [new file with mode: 0644]
debian/rules