define Package/gdbserver
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@GDB@
+ DEPENDS:=@GDB
TITLE:=Remote Server for the GNU Debugger
endef
define Package/gdbserver/install
$(INSTALL_DIR) $(1)/usr/bin
- $(CP) $(PKG_INSTALL_DIR)/usr/bin/gdbserver $(1)/usr/bin/
+ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/gdbserver $(1)/usr/bin/
endef
$(eval $(call BuildPackage,gdbserver))