mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
gvfs: convert to new style hook, remove useless stripping
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bf65aad5d9
commit
7811b05c9b
@ -69,12 +69,10 @@ else
|
|||||||
GVFS_CONF_OPT += --disable-samba
|
GVFS_CONF_OPT += --disable-samba
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,gvfs))
|
define GVFS_REMOVE_USELESS_BINARY
|
||||||
|
|
||||||
$(GVFS_HOOK_POST_INSTALL): $(GVFS_TARGET_INSTALL_TARGET)
|
|
||||||
rm $(TARGET_DIR)/usr/bin/gvfs-less
|
rm $(TARGET_DIR)/usr/bin/gvfs-less
|
||||||
ifneq ($(BR2_ENABLE_DEBUG),y)
|
endef
|
||||||
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/bin/gvfs*
|
|
||||||
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/libexec/gvfs*
|
GVFS_POST_INSTALL_TARGET_HOOKS += GVFS_REMOVE_USELESS_BINARY
|
||||||
endif
|
|
||||||
touch $@
|
$(eval $(call AUTOTARGETS,package,gvfs))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user