Commit 7ec08dab authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

neon: remove neon-config script from TARGET_DIR

parent 50e73c6f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -45,4 +45,12 @@ else
NEON_CONF_OPT+=--without-ssl
endif

define NEON_REMOVE_CONFIG_SCRIPTS
	$(RM) -f $(TARGET_DIR)/usr/bin/neon-config
endef

ifneq ($(BR2_HAVE_DEVFILES),y)
NEON_POST_INSTALL_TARGET_HOOKS += NEON_REMOVE_CONFIG_SCRIPTS
endif

$(eval $(call AUTOTARGETS,package,neon))