Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libxml2: remove helper script from target
@ 2020-06-05 22:57 Norbert Lange
  2020-06-06 20:15 ` Thomas Petazzoni
  2020-07-06  7:16 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Norbert Lange @ 2020-06-05 22:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Norbert Lange <nolange79@gmail.com>
---
 package/libxml2/libxml2.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
index ea6a8c1f6d..a0efe041a5 100644
--- a/package/libxml2/libxml2.mk
+++ b/package/libxml2/libxml2.mk
@@ -49,6 +49,12 @@ else
 LIBXML2_CONF_OPTS += --without-iconv
 endif
 
+define LIBXML2_INSTALL_TARGET_POST
+	rm -f $(TARGET_DIR)/usr/lib/xml2Conf.sh
+endef
+
+LIBXML2_POST_INSTALL_TARGET_HOOKS += LIBXML2_INSTALL_TARGET_POST
+
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
 
-- 
2.26.2

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

* [Buildroot] [PATCH] package/libxml2: remove helper script from target
  2020-06-05 22:57 [Buildroot] [PATCH] package/libxml2: remove helper script from target Norbert Lange
@ 2020-06-06 20:15 ` Thomas Petazzoni
  2020-07-06  7:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-06-06 20:15 UTC (permalink / raw)
  To: buildroot

On Sat,  6 Jun 2020 00:57:18 +0200
Norbert Lange <nolange79@gmail.com> wrote:

> Signed-off-by: Norbert Lange <nolange79@gmail.com>
> ---
>  package/libxml2/libxml2.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk
> index ea6a8c1f6d..a0efe041a5 100644
> --- a/package/libxml2/libxml2.mk
> +++ b/package/libxml2/libxml2.mk
> @@ -49,6 +49,12 @@ else
>  LIBXML2_CONF_OPTS += --without-iconv
>  endif
>  
> +define LIBXML2_INSTALL_TARGET_POST

LIBXML2_INSTALL_TARGET_POST is really not a great name: we want a name
that is more descriptive of what the hook is doing. So I renamed to
LIBXML2_CLEANUP_XML2CONF, and applied to master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/libxml2: remove helper script from target
  2020-06-05 22:57 [Buildroot] [PATCH] package/libxml2: remove helper script from target Norbert Lange
  2020-06-06 20:15 ` Thomas Petazzoni
@ 2020-07-06  7:16 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-06  7:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Norbert" == Norbert Lange <nolange79@gmail.com> writes:

 > Signed-off-by: Norbert Lange <nolange79@gmail.com>

Committed to 2020.02.x and 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-06  7:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-05 22:57 [Buildroot] [PATCH] package/libxml2: remove helper script from target Norbert Lange
2020-06-06 20:15 ` Thomas Petazzoni
2020-07-06  7:16 ` Peter Korsgaard

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