mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
bridge: remove useless strip and use correct definition for uninstall
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
0958e6109c
commit
9785f71c7a
@ -13,18 +13,9 @@ BRIDGE_INSTALL_TARGET:=YES
|
|||||||
BRIDGE_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install
|
BRIDGE_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install
|
||||||
BRIDGE_CONF_OPT:=--with-linux-headers=$(LINUX_HEADERS_DIR)
|
BRIDGE_CONF_OPT:=--with-linux-headers=$(LINUX_HEADERS_DIR)
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,bridge))
|
define BRIDGE_UNINSTALL_TARGET_CMDS
|
||||||
|
|
||||||
ifeq ($(BR2_ENABLE_DEBUG),)
|
|
||||||
# bridge has no install-strip target
|
|
||||||
$(BRIDGE_HOOK_POST_INSTALL): $(BRIDGE_TARGET_INSTALL_TARGET)
|
|
||||||
$(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/brctl
|
|
||||||
touch $@
|
|
||||||
endif
|
|
||||||
|
|
||||||
# bridge has no uninstall target
|
|
||||||
$(BRIDGE_TARGET_UNINSTALL):
|
|
||||||
$(call MESSAGE,"Uninstalling")
|
|
||||||
rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
|
rm -f $(addprefix $(TARGET_DIR)/usr/,lib/libbridge.a \
|
||||||
include/libbridge.h man/man8/brctl.8 sbin/brctl)
|
include/libbridge.h man/man8/brctl.8 sbin/brctl)
|
||||||
rm -f $(BRIDGE_TARGET_INSTALL_TARGET) $(BRIDGE_HOOK_POST_INSTALL)
|
endef
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS,package,bridge))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user