From: Thomas Petazzoni Date: Wed, 22 Dec 2010 17:22:02 +0000 (+0100) Subject: neon: remove neon-config script from TARGET_DIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ec08dab2879be9745ea0750cfb5fca7c13e48df;p=buildroot.git neon: remove neon-config script from TARGET_DIR Signed-off-by: Thomas Petazzoni --- diff --git a/package/neon/neon.mk b/package/neon/neon.mk index c570fc1dac..0c237dcaf5 100644 --- a/package/neon/neon.mk +++ b/package/neon/neon.mk @@ -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))