summaryrefslogtreecommitdiffstats
path: root/recipes-extended/tsntool/tsntool_git.bb
diff options
context:
space:
mode:
authorJulian Kahlert <julian.kahlert@avionic-design.de>2023-04-05 10:59:36 +0200
committerJulian Kahlert <julian.kahlert@avionic-design.de>2023-04-05 10:59:36 +0200
commit35ba80a5c75fb71aefbb8f9a69e1b36dfc595967 (patch)
tree3077326a0ab6c1adc72d86539b000de640a9ad55 /recipes-extended/tsntool/tsntool_git.bb
parent296f367ac913b0170ccf0233c0209d4cbf50341e (diff)
downloadmeta-freescale-35ba80a5c75fb71aefbb8f9a69e1b36dfc595967.tar.gz
meta-freescale: fix broken IMX migration from codeaurora to github
Signed-off-by: Julian Kahlert <julian.kahlert@avionic-design.de>
Diffstat (limited to 'recipes-extended/tsntool/tsntool_git.bb')
-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 df8149f3..5959b547 100644
--- a/recipes-extended/tsntool/tsntool_git.bb
+++ b/recipes-extended/tsntool/tsntool_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "cjson libnl readline"
7 7
8inherit pkgconfig 8inherit pkgconfig
9 9
10SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/tsntool;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/tsntool;protocol=https;nobranch=1"
11SRCREV = "3111f7f79e7d1b1a5e60f37fe76785559b2d0360" 11SRCREV = "3111f7f79e7d1b1a5e60f37fe76785559b2d0360"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"