Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] less: build after busybox
@ 2012-07-26 19:18 Gustavo Zacarias
  2012-07-26 22:30 ` Samuel Martin
  2012-07-30 17:23 ` Thomas Petazzoni
  0 siblings, 2 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2012-07-26 19:18 UTC (permalink / raw)
  To: buildroot

Build less after busybox if it's enabled, since we prefer the full-blown
version over the light one if it's enabled (and busybox would overwrite
the link when built afterwards).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/less/less.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/less/less.mk b/package/less/less.mk
index b758e46..c0ecf20 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -6,7 +6,8 @@
 
 LESS_VERSION = 444
 LESS_SITE = http://www.greenwoodsoftware.com/less
-LESS_DEPENDENCIES = ncurses
+# Build after busybox, full-blown is better
+LESS_DEPENDENCIES = ncurses $(if $(BR2_PACKAGE_BUSYBOX),busybox)
 
 define LESS_INSTALL_TARGET_CMDS
 	$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
-- 
1.7.8.6

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

end of thread, other threads:[~2012-07-31 14:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-26 19:18 [Buildroot] [PATCH] less: build after busybox Gustavo Zacarias
2012-07-26 22:30 ` Samuel Martin
2012-07-26 23:12   ` Gustavo Zacarias
2012-07-26 23:23     ` Samuel Martin
2012-07-27  8:15   ` Arnout Vandecappelle
2012-07-27 10:26     ` Gustavo Zacarias
2012-07-27 10:30       ` Thomas Petazzoni
2012-07-31 14:30       ` Arnout Vandecappelle
2012-07-30 17:23 ` Thomas Petazzoni

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