diff options
author | Ting Liu <ting.liu@nxp.com> | 2021-10-14 16:15:35 +0800 |
---|---|---|
committer | Ting Liu <ting.liu@nxp.com> | 2021-10-15 22:11:36 +0800 |
commit | daed466ffcd165241a0060414306296a78e95879 (patch) | |
tree | 30f1910b4ccdcbf9b73ad19b5e2b4318fc07e108 /recipes-extended | |
parent | 8e9fa4f83f5ba32821f7c1fb4d952f7c61d1cf82 (diff) | |
download | meta-freescale-daed466ffcd165241a0060414306296a78e95879.tar.gz |
tsntool: update to b767c26
New commits:
b767c26 Pull request #27: tsntool: fix string copy overflow
e29cb64 tsntool: fix string copy overflow
9a22d5e Pull request #26: tsntool: fix portname overflow
7fc9d6c tsntool: fix portname overflow
7f18d70 Pull request #25: cnc: change GROUP_NAME to real-time-edge
2e04fd4 cnc: change GROUP_NAME to real-time-edge
c21d3d3 Pull request #24: cnc: fix isChecked undefined when using Firefox/IE/EDGE
1db711b cnc: fix isChecked undefined when using Firefox/IE/EDGE
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index f4f10938..f1ddbec8 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "cjson libnl readline" | |||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" |
11 | SRCREV = "3111f7f79e7d1b1a5e60f37fe76785559b2d0360" | 11 | SRCREV = "b767c260b851aac94828ed26c6a9a327e4e98334" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||