summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-16 15:55:37 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-16 11:01:11 +0000
commita0575e28c4d3244f3332683794ecf91dbddf05cc (patch)
treecc9300d0e2ec253e62a482491e67ca4f90f1dc7b
parentdf44df81344952b0b0c1f230a503bcfe81fed02e (diff)
downloadmeta-freescale-a0575e28c4d3244f3332683794ecf91dbddf05cc.tar.gz
restool: Update to commit 65c9a10
New commit: 65c9a10 dprc: fix export of DPNI_OPT_SHARED_FS option in generated DPL Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit a33bd36190f7bb729f3d17274b9f677e1d1473e4)
-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 30515ecf..3af4b8aa 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0"
5SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ 5SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \
6 file://disable-manpage-generation.patch \ 6 file://disable-manpage-generation.patch \
7" 7"
8SRCREV = "d29522aef9f92ff2557978d5d3979b771a9576fe" 8SRCREV = "65c9a10d95b19e61d2f86dbcaa45d12ba98e85e1"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11