summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-18 13:06:18 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-18 11:42:30 -0200
commitb56671433b9121d5bb0002fdd02e8e22134d92ad (patch)
tree4014c58e5b2b6ef1f194ae4456435a95ddf40294 /recipes-dpaa2
parent3442d0b31d91c3d61463a6a040ee37b2157535e2 (diff)
downloadmeta-freescale-b56671433b9121d5bb0002fdd02e8e22134d92ad.tar.gz
restool: update to 87c3abe
87c3abe - scripts: fix improper usage of bash arithmetic operations Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2')
-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 aa6b8e40..c5e02319 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash"
7SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \ 7SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \
8 file://0001-restool-fix-build-error-with-gcc7.patch" 8 file://0001-restool-fix-build-error-with-gcc7.patch"
9 9
10SRCREV = "f01f2ea4ab2d5b2432c4497cc772d2fd8cca3eb3" 10SRCREV = "87c3abe305d02a866404237773d4f736ab5247b2"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13