mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-12 06:43:43 +08:00
libxslt: remove xslt-config script from TARGET_DIR
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c08e016efa
commit
efeebdbd42
@ -39,5 +39,13 @@ endef
|
||||
|
||||
LIBXSLT_POST_INSTALL_STAGING_HOOKS += LIBXSLT_XSLT_CONFIG_FIXUP
|
||||
|
||||
define LIBXSLT_REMOVE_CONFIG_SCRIPTS
|
||||
$(RM) -f $(TARGET_DIR)/usr/bin/xslt-config
|
||||
endef
|
||||
|
||||
ifneq ($(BR2_HAVE_DEVFILES),y)
|
||||
LIBXSLT_POST_INSTALL_TARGET_HOOKS += LIBXSLT_REMOVE_CONFIG_SCRIPTS
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libxslt))
|
||||
$(eval $(call AUTOTARGETS,package,libxslt,host))
|
||||
|
Loading…
Reference in New Issue
Block a user