mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-10 22:43:24 +08:00
package/libxml2: remove helper script from target
Signed-off-by: Norbert Lange <nolange79@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2a473a9f05
commit
89a0b73aed
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user