package/libxml2: remove helper script from target

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020.08.x
Norbert Lange 2020-06-06 00:57:18 +02:00 committed by Thomas Petazzoni
parent 2a473a9f05
commit 89a0b73aed
1 changed files with 5 additions and 0 deletions

View File

@ -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))