mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
neon: remove neon-config script from TARGET_DIR
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
50e73c6f78
commit
7ec08dab28
@ -45,4 +45,12 @@ else
|
|||||||
NEON_CONF_OPT+=--without-ssl
|
NEON_CONF_OPT+=--without-ssl
|
||||||
endif
|
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))
|
$(eval $(call AUTOTARGETS,package,neon))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user