openwrt/package
Hannu Nyman adb921c34f gdb: Fix description for apk, remove backtick
Remove backtick from gdb description text, as that seems to
be recognized as a shell action by compilation with apk,
causing error.

Example from test buildbot:
 rstrip.sh: /builder/shared-workdir/build/sdk/build_dir/target-aarch64_generic_musl/gdb-15.2/ipkg-aarch64_generic/gdb/usr/bin/gdb: executable
 bash: -c: line 1: unexpected EOF while looking for matching ``'
 bash: -c: line 2: syntax error: unexpected end of file
 make[3]: *** [Makefile:123: /builder/shared-workdir/build/sdk/bin/packages/aarch64_generic/base/gdb-15.2-r1.apk] Error 2

Local compilation:
 rstrip.sh: /OpenWrt/aarch64/build_dir/target-aarch64_cortex-a53_musl/gdb-15.2/ipkg-aarch64_cortex-a53/gdb/usr/bin/gdb: executable
 bash: -c: line 1: unexpected EOF while looking for matching ``'
 make[2]: *** [Makefile:123: /OpenWrt/aarch64/bin/packages/aarch64_cortex-a53/base/gdb-15.2-r1.apk] Error 2

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Link: https://github.com/openwrt/openwrt/pull/16908
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-11-10 22:23:21 +01:00
..
base-files base-files: Remove pkg_check when using apk 2024-11-10 13:20:08 +01:00
boot ath79: Add support for Sophos AP15C 2024-11-09 03:21:36 +01:00
devel gdb: Fix description for apk, remove backtick 2024-11-10 22:23:21 +01:00
firmware packages: drop DEVICE specific dependency for omnia 2024-11-05 09:59:49 +01:00
kernel treewide: remove THIS_MODULE assignment 2024-11-10 02:16:31 +01:00
libs wolfssl: Adjust version for apk 2024-11-10 15:36:43 +01:00
network hostapd: split long lines 2024-11-10 02:15:56 +01:00
system apk: Implement apk list --full patch 2024-11-10 02:14:01 +01:00
utils fritz-tools: fix mixed indentation 2024-11-05 20:23:01 +01:00
Makefile imagebuilder: fix package inclusion and APK index 2024-11-09 16:46:35 +01:00