summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-11-05 12:05:14 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-11-05 08:20:31 -0300
commit41d4f625c6db7a778f0f9a735c2cb48e023bc49b (patch)
tree866e5f8fd292d1521da44b90a6dbbeb8f4be4a98
parentc5578535f5a94b47aebeb2e2e2c98078099a21d2 (diff)
downloadmeta-freescale-41d4f625c6db7a778f0f9a735c2cb48e023bc49b.tar.gz
tsntool: update to b74987c
Changes: b74987c tsntool: fix define some_msg in the .h file for compile error 1bd1321 cnc: fix Qbv input gate state hex value 1e76457 libtsn:tsntool: align dscpset qos/dpl field with correct nla_policy 28429eb cnc.py: correct the name of basetime in sgi for sysrepo-tsn v0.2 2618ef7 libtsn:tsntool: fix dscp parameter input 297c7c3 tsntool: fix parameter input of help and queue Signed-off-by: Ting Liu <ting.liu@nxp.com>
-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 5694e91c..bb8678db 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://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/tsntool;protocol=https;nobranch=1"
11SRCREV = "ca2d8fb348bb54960d706177108c43ae213e0063" 11SRCREV = "b74987c855fb5605d2e384d355d101c68c4d6eaf"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14