summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2/restool/restool_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-dpaa2/restool/restool_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-dpaa2/restool/restool_git.bb')
-rw-r--r--recipes-dpaa2/restool/restool_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb
index a741ce14..8104128d 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0"
4 4
5RDEPENDS_${PN} += "bash dtc" 5RDEPENDS_${PN} += "bash dtc"
6 6
7SRC_URI = "git://github.com/nxp-qoriq/qoriq-components/restool;nobranch=1" 7SRC_URI = "git://github.com/nxp-qoriq/restool;nobranch=1"
8SRCREV = "8ddbe4c9559ffad5d7e5dd3cd5f00ceeff7f05d4" 8SRCREV = "8ddbe4c9559ffad5d7e5dd3cd5f00ceeff7f05d4"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"