* [Buildroot] [PATCH 1/1] package/lrzsz: drop bogus LRZSZ_POST_CONFIGURE_HOOKS
@ 2024-07-25 9:22 Fabrice Fontaine
2024-07-25 15:35 ` Thomas Petazzoni via buildroot
2024-08-31 17:23 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-07-25 9:22 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
As already done for LRZSZ_BUILD_HOOKS in commit
5fde4abc8d67ac2317b1de7a1b4cde8091f4e3c7, drop bogus
LRZSZ_POST_CONFIGURE_HOOKS as this hook added in 2010 is also never
called
Fixes: 4f3f291a3bfc1893cbfb4d9803c35a4f6752784d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/lrzsz/lrzsz.mk | 5 -----
1 file changed, 5 deletions(-)
diff --git a/package/lrzsz/lrzsz.mk b/package/lrzsz/lrzsz.mk
index d9be23540e..7247a4bd59 100644
--- a/package/lrzsz/lrzsz.mk
+++ b/package/lrzsz/lrzsz.mk
@@ -13,11 +13,6 @@ LRZSZ_CPE_ID_VALID = YES
LRZSZ_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
LRZSZ_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
-define LRZSZ_POST_CONFIGURE_HOOKS
- $(SED) "s/-lnsl//;" $(@D)/src/Makefile
- $(SED) "s~\(#define ENABLE_SYSLOG.*\)~/* \1 */~;" $(@D)/config.h
-endef
-
define LRZSZ_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/src/lrz $(TARGET_DIR)/usr/bin/rz
$(INSTALL) -m 0755 -D $(@D)/src/lsz $(TARGET_DIR)/usr/bin/sz
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/lrzsz: drop bogus LRZSZ_POST_CONFIGURE_HOOKS
2024-07-25 9:22 [Buildroot] [PATCH 1/1] package/lrzsz: drop bogus LRZSZ_POST_CONFIGURE_HOOKS Fabrice Fontaine
@ 2024-07-25 15:35 ` Thomas Petazzoni via buildroot
2024-08-31 17:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-25 15:35 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
On Thu, 25 Jul 2024 11:22:09 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> As already done for LRZSZ_BUILD_HOOKS in commit
> 5fde4abc8d67ac2317b1de7a1b4cde8091f4e3c7, drop bogus
> LRZSZ_POST_CONFIGURE_HOOKS as this hook added in 2010 is also never
> called
>
> Fixes: 4f3f291a3bfc1893cbfb4d9803c35a4f6752784d
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/lrzsz/lrzsz.mk | 5 -----
> 1 file changed, 5 deletions(-)
Wow, amazing, this has been around unused since 2010, and we only
notice 14 years later...
I just fixed up the commit title: it's not really "bogus" but rather
"unused", and applied. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/lrzsz: drop bogus LRZSZ_POST_CONFIGURE_HOOKS
2024-07-25 9:22 [Buildroot] [PATCH 1/1] package/lrzsz: drop bogus LRZSZ_POST_CONFIGURE_HOOKS Fabrice Fontaine
2024-07-25 15:35 ` Thomas Petazzoni via buildroot
@ 2024-08-31 17:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-08-31 17:23 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> As already done for LRZSZ_BUILD_HOOKS in commit
> 5fde4abc8d67ac2317b1de7a1b4cde8091f4e3c7, drop bogus
> LRZSZ_POST_CONFIGURE_HOOKS as this hook added in 2010 is also never
> called
> Fixes: 4f3f291a3bfc1893cbfb4d9803c35a4f6752784d
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-31 17:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 9:22 [Buildroot] [PATCH 1/1] package/lrzsz: drop bogus LRZSZ_POST_CONFIGURE_HOOKS Fabrice Fontaine
2024-07-25 15:35 ` Thomas Petazzoni via buildroot
2024-08-31 17:23 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox