mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a2a4bf429b
commit
fe355d2278
@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
LESS_VERSION = 444
|
LESS_VERSION = 444
|
||||||
LESS_SITE = http://www.greenwoodsoftware.com/less
|
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
|
define LESS_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
|
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
|
||||||
|
Loading…
x
Reference in New Issue
Block a user