Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/dtc: do not install headers for the target version
@ 2019-11-02 12:30 unixmania at gmail.com
  2019-11-03  9:26 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: unixmania at gmail.com @ 2019-11-02 12:30 UTC (permalink / raw)
  To: buildroot

From: Carlos Santos <unixmania@gmail.com>

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

Signed-off-by: Carlos Santos <unixmania@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-03  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-02 12:30 [Buildroot] [PATCH] package/dtc: do not install headers for the target version unixmania at gmail.com
2019-11-03  9:26 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox