summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cst/cst_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-16 08:24:40 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-19 15:45:42 -0300
commit68fea14376ff5347edf8330db593ca24c46b1c4f (patch)
treecb65afdc48f0b82225f0cecc871ae60ea98dd586 /recipes-devtools/cst/cst_git.bb
parent954d7a7d7afc3ad4950eb0fd354a6f4bd06d911a (diff)
downloadmeta-freescale-68fea14376ff5347edf8330db593ca24c46b1c4f.tar.gz
cst: Fix build with gcc10
Fixes create_hdr_common.c:42: multiple definition of `file_field'; parse_utils.o:/mnt/b/yoe/master/build/tmp/work/x86_64-linux/cst-native/git-r0/git/common/parse_utils.c:29: first defined here | collect2: error: ld returned 1 exit status | make: *** [Makefile:131: create_hdr_isbc] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/cst/cst_git.bb')
-rw-r--r--recipes-devtools/cst/cst_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index c55a90be..fef0fbcf 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -17,6 +17,7 @@ inherit kernel-arch
17#SECURE_PUB_KEY = "/path/srk.pub" 17#SECURE_PUB_KEY = "/path/srk.pub"
18 18
19SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \ 19SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cst;nobranch=1 \
20 file://0001-tools-Mark-struct-input_field-file_field-extern.patch \
20" 21"
21SRCREV = "9aafbdf2441858ceca2779279b6876c6bdc2d3ed" 22SRCREV = "9aafbdf2441858ceca2779279b6876c6bdc2d3ed"
22 23