PKG_VERSION:=6.3
PKG_RELEASE:=1
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-GDB_DIR:=$(TOOLCHAIN_BUILD_DIR)/gdb-$(PKG_VERSION)
+GDB_DIR:=$(BUILD_DIR_TOOLCHAIN)/gdb-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/gdbserver
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@GDB@
+ DEPENDS:=@GDB
TITLE:=Remote Server for the GNU Debugger
- DESCRIPTION:=GDBSERVER is a program that allows you to run GDB on a different machine\\\
-than the one which is running the program being debugged.
+endef
+
+define Package/gdbserver/description
+ GDBSERVER is a program that allows you to run GDB on a different machine
+ than the one which is running the program being debugged.
endef
define Build/Configure