mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
libdnet: remove dnet-config script from TARGET_DIR
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
@@ -31,4 +31,12 @@ endef
|
||||
|
||||
LIBDNET_POST_EXTRACT_HOOKS += LIBDNET_FIXUP_ACINCLUDE_M4
|
||||
|
||||
define LIBDNET_REMOVE_CONFIG_SCRIPT
|
||||
$(RM) -f $(TARGET_DIR)/usr/bin/dnet-config
|
||||
endef
|
||||
|
||||
ifneq ($(BR2_HAVE_DEVFILES),y)
|
||||
LIBDNET_POST_INSTALL_TARGET_HOOKS += LIBDNET_REMOVE_CONFIG_SCRIPT
|
||||
endif
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,libdnet))
|
||||
|
||||
Reference in New Issue
Block a user