[Buildroot] [PATCH] package/dtc: do not install headers for the target version

unixmania at gmail.com unixmania at gmail.com
Sat Nov 2 12:30:03 UTC 2019


From: Carlos Santos <unixmania at gmail.com>

They are not required on the target and installing them is just a waste
of time.

Signed-off-by: Carlos Santos <unixmania at gmail.com>
---
 package/dtc/dtc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index 35ac0b332b..1e5ab992a6 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -37,7 +37,7 @@ endef
 ifeq ($(BR2_PACKAGE_DTC_PROGRAMS),y)
 
 DTC_LICENSE += , GPL-2.0+ (programs)
-DTC_INSTALL_GOAL = install
+DTC_INSTALL_GOAL = install-bin install-lib
 ifeq ($(BR2_PACKAGE_BASH),)
 DTC_POST_INSTALL_TARGET_HOOKS += DTC_POST_INSTALL_TARGET_RM_DTDIFF
 endif
-- 
2.18.1



More information about the buildroot mailing list