From: Norbert Lange Date: Fri, 5 Jun 2020 22:57:18 +0000 (+0200) Subject: package/libxml2: remove helper script from target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89a0b73aed88990b81ce67d65bc03cdd046558e1;p=buildroot.git package/libxml2: remove helper script from target Signed-off-by: Norbert Lange Signed-off-by: Thomas Petazzoni --- diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index ea6a8c1f6d..acbdfb7728 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -49,6 +49,11 @@ else LIBXML2_CONF_OPTS += --without-iconv endif +define LIBXML2_CLEANUP_XML2CONF + rm -f $(TARGET_DIR)/usr/lib/xml2Conf.sh +endef +LIBXML2_POST_INSTALL_TARGET_HOOKS += LIBXML2_CLEANUP_XML2CONF + $(eval $(autotools-package)) $(eval $(host-autotools-package))