From: Gustavo Zacarias Date: Thu, 26 Jul 2012 19:18:37 +0000 (-0300) Subject: less: build after busybox X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe355d22785479a646b7875c8b0404ca5d6292e8;p=buildroot.git less: build after busybox 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/less/less.mk b/package/less/less.mk index b758e468ea..c0ecf207d4 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