summaryrefslogtreecommitdiffstats
path: root/package/dtc
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-01-16 08:37:35 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-16 22:36:09 +0100
commit2fc87f5bc60bd70083663cc5006f913fe944f8a2 (patch)
tree68c7198b2ecc47df10e9c08b5ab4b38ddcdf1630 /package/dtc
parentf9ed1936aea1e945ec136b80514c53f67b6dfeec (diff)
downloadbuildroot-2fc87f5bc60bd70083663cc5006f913fe944f8a2.tar.gz
buildroot-2fc87f5bc60bd70083663cc5006f913fe944f8a2.zip
dtc: install libfdt headers to staging
The newly introduced install-lib target that we use since commit 8b500c1b63dc (dtc: bump version to 1.4.1) does not install headers. Add install-includes to DTC_INSTALL_STAGING_CMDS to make dependent packages like kexec-lite build. Fixes: http://autobuild.buildroot.net/results/515/515d32e45957e911fda6345f909fa9200df311ff/ http://autobuild.buildroot.net/results/b09/b09f15c7b59e972d2180d071804810315d2ee047/ http://autobuild.buildroot.net/results/023/02376cd3dccc98d10a58e5398b9f8db75239f263/ ... Cc: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dtc')
-rw-r--r--package/dtc/dtc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index c01fe7b400..e094f7bf78 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -36,7 +36,8 @@ endef
# For staging, only the library is needed
define DTC_INSTALL_STAGING_CMDS
- $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install-lib
+ $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) PREFIX=/usr install-lib \
+ install-includes
endef
define DTC_INSTALL_TARGET_CMDS
OpenPOWER on IntegriCloud