summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdbc6x/gdbc6x_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-16 03:13:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-17 17:16:41 +0000
commit4f4f5fbead5ccfa0bc692697690809e413a11ccd (patch)
treebfac25614031f2ad31ffe8828d53cdc7165ce449 /recipes-devtools/gdbc6x/gdbc6x_git.bb
parent25ad7dda2681f79d9c93acf15d4d545a31e58400 (diff)
downloadmeta-ti-4f4f5fbead5ccfa0bc692697690809e413a11ccd.tar.gz
gdbc6x: suppress gcc9 -Wstringop-truncation warning
It's an old bfd/coff code, will need to be updated in the future. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-devtools/gdbc6x/gdbc6x_git.bb')
-rw-r--r--recipes-devtools/gdbc6x/gdbc6x_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/gdbc6x/gdbc6x_git.bb b/recipes-devtools/gdbc6x/gdbc6x_git.bb
index 8ab9cf90..2d2f6c1d 100644
--- a/recipes-devtools/gdbc6x/gdbc6x_git.bb
+++ b/recipes-devtools/gdbc6x/gdbc6x_git.bb
@@ -11,6 +11,7 @@ PR = "${INC_PR}.1"
11 11
12SRC_URI_append = " \ 12SRC_URI_append = " \
13 file://init \ 13 file://init \
14 file://0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch;striplevel=2 \
14" 15"
15 16
16S = "${WORKDIR}/git/gdbc6x" 17S = "${WORKDIR}/git/gdbc6x"