Commit b1f83fef authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

directfb-examples: drop explicit stripping when installing into target



Stripping is globally handled by target-finalize (if enabled), so drop it
from here.

Reported-by: default avatarPeter Seiderer <ps.report@gmx.net>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent b3d1a543
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -98,7 +98,6 @@ define DIRECTFB_EXAMPLES_INSTALL_TARGET_CMDS
	$(Q)mkdir -p $(TARGET_DIR)/usr/share/directfb-examples/fonts/
	$(Q)for file in $(DIRECTFB_EXAMPLES_TARGETS_y); do \
	        cp -dpf $(STAGING_DIR)/$$file $(TARGET_DIR)/$$file; \
		$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/$$file; \
	done
	$(Q)cp -rdpf $(STAGING_DIR)/usr/share/directfb-examples/fonts/decker.ttf $(TARGET_DIR)/usr/share/directfb-examples/fonts/
	$(Q)for file in $(DIRECTFB_EXAMPLES_FONT_y); do \