summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-16 22:17:48 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-16 15:05:03 +0000
commit06911a20bf300ae14ebb18e07723ffc1cfb87faf (patch)
tree895a9f1a6873a6f8bb0d8ea8da8b81993d053a89
parent71afc2033ad5e75534121c3a913a5c6d51388867 (diff)
downloadmeta-freescale-06911a20bf300ae14ebb18e07723ffc1cfb87faf.tar.gz
tsntool: update to commit a0769e2
Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 7fc3f179a3dec9148d7112787f98c98548a81047)
-rw-r--r--recipes-extended/tsntool/tsntool_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb
index 82021dd5..6d1eb69c 100644
--- a/recipes-extended/tsntool/tsntool_git.bb
+++ b/recipes-extended/tsntool/tsntool_git.bb
@@ -8,7 +8,7 @@ DEPENDS = "cjson libnl readline"
8inherit pkgconfig 8inherit pkgconfig
9 9
10SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1"
11SRCREV = "b767c260b851aac94828ed26c6a9a327e4e98334" 11SRCREV = "a0769e23304957a22f0cbeee6d1f547b20c3c21e"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14