ncurses: remove explicit STRIPCMD
Stripping is done globally in target-finalize these days. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bf446513e7
commit
d43a90032c
@ -117,7 +117,6 @@ define NCURSES_INSTALL_TARGET_CMDS
|
||||
cp -dpf $(STAGING_DIR)/usr/share/terminfo/a/ansi $(TARGET_DIR)/usr/share/terminfo/a
|
||||
mkdir -p $(TARGET_DIR)/usr/share/terminfo/l
|
||||
cp -dpf $(STAGING_DIR)/usr/share/terminfo/l/linux $(TARGET_DIR)/usr/share/terminfo/l
|
||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libncurses.so*
|
||||
$(NCURSES_INSTALL_TARGET_DEVFILES)
|
||||
endef # NCURSES_INSTALL_TARGET_CMDS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user