Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] less: install the lessecho command
@ 2023-08-02  6:22 carrier.nicolas0
  2023-08-06 15:13 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: carrier.nicolas0 @ 2023-08-02  6:22 UTC (permalink / raw)
  To: buildroot; +Cc: Nicolas Carrier, Nicolas Carrier

From: Nicolas Carrier <nicolas.carrier@nav-timing.safrangroup.com>

it is required by, for example the s command, internal to less, which
allows to write the less input to a file

Signed-off-by: Nicolas Carrier <carrier.nicolas0@gmail.com>

---

Changes v1 -> v2:
  - add missing Signed-off-by
  - install all of less by defaulting to its 'install' make target
  - attempt to clarify the commit message
---
 package/less/less.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/less/less.mk b/package/less/less.mk
index 91ce08f4f0..f7211ef112 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -11,8 +11,4 @@ LESS_LICENSE_FILES = COPYING
 LESS_CPE_ID_VENDOR = gnu
 LESS_DEPENDENCIES = ncurses
 
-define LESS_INSTALL_TARGET_CMDS
-	$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
-endef
-
 $(eval $(autotools-package))
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-09-10 21:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02  6:22 [Buildroot] [PATCH v2] less: install the lessecho command carrier.nicolas0
2023-08-06 15:13 ` Thomas Petazzoni via buildroot
2023-09-10 21:53   ` Peter Korsgaard

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