[feature][T103_SZZT][SZZT-91]add gdb tools
Change-Id: Iab005f79ab98b5e83a2e5018dd01314f7124adef
diff --git a/meta/meta-mediatek-mt2731/recipes-yummy/images/mtk-image-bach.inc b/meta/meta-mediatek-mt2731/recipes-yummy/images/mtk-image-bach.inc
index 3fc5e2b..b5af941 100755
--- a/meta/meta-mediatek-mt2731/recipes-yummy/images/mtk-image-bach.inc
+++ b/meta/meta-mediatek-mt2731/recipes-yummy/images/mtk-image-bach.inc
@@ -59,6 +59,7 @@
radvd \
coreutils \
procps \
+ gdb \
alsa-utils-alsamixer \
alsa-utils-alsatplg \
alsa-utils-aplay \
diff --git a/meta/poky/meta/recipes-devtools/gdb/gdb-8.2.inc b/meta/poky/meta/recipes-devtools/gdb/gdb-8.2.inc
index 7e0809d..e074b16 100644
--- a/meta/poky/meta/recipes-devtools/gdb/gdb-8.2.inc
+++ b/meta/poky/meta/recipes-devtools/gdb/gdb-8.2.inc
@@ -1,4 +1,4 @@
-LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
+LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
diff --git a/meta/poky/meta/recipes-devtools/gdb/gdb-common.inc b/meta/poky/meta/recipes-devtools/gdb/gdb-common.inc
index fa64939..40835cb 100644
--- a/meta/poky/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/poky/meta/recipes-devtools/gdb/gdb-common.inc
@@ -33,7 +33,7 @@
PACKAGECONFIG ??= "readline"
# Use --without-system-readline to compile with readline 5.
-PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,readline"
+PACKAGECONFIG[readline] = "--without-system-readline"
PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python3,python3 python3-codecs"
PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
# ncurses is already a hard DEPENDS, but would be added here if it weren't