From: Koen Vandeputte Date: Mon, 25 Nov 2024 17:35:39 +0000 (+0100) Subject: Revert "gdb: Fix description for apk, remove backtick" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=83faa85fa2b75e296ea3445f803580e3cb4f88c2;p=openwrt%2Fstaging%2Fxback.git Revert "gdb: Fix description for apk, remove backtick" This reverts commit adb921c34ff220951a699665bb35dc0e3538b3b2. --- diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index 7bdc6c83cb..366746be87 100644 --- a/package/devel/gdb/Makefile +++ b/package/devel/gdb/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb PKG_VERSION:=15.2 -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb @@ -37,7 +37,7 @@ $(call Package/gdb/Default) endef define Package/gdb/description -GDB, the GNU Project debugger, allows you to see what is going on 'inside' +GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. endef