summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-12-27 17:21:24 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-25 16:30:35 -0200
commit2fa2171b74a4d9de178d374a0bcc18414f156f11 (patch)
treede63de204b9e4bf62f5742971ac269afd325dd67 /recipes-dpaa2
parente1f453c3cc5f216ba84f8ab4678e2f1d6ea32702 (diff)
downloadmeta-freescale-2fa2171b74a4d9de178d374a0bcc18414f156f11.tar.gz
restool:update to 90fe5c4
*include the following changes: 90fe5c4 - ls-addni: accept arguments also as hex numbers e3d1d6a - scripts: fix syntax error due to bash vs sh differences 59df620 - scripts: replace 'nproc' with cross-platform implementation 117f2a5 - scripts: do not compare strings with regexp expressions 378cd08 - scripts: use proper arithmetic operations 5224840 - scripts: workaround for a improper sed substitution 4a1df34 - scripts: use Bourne shell instead of bash e103601 - scripts: use Bourne shell's pattern matching 2127850 - scripts: use strings instead of arrays 899d6c7 - scripts: use proper arithmetic operation syntax 09f8400 - scripts: use restool --full-path option e316b4c - scripts: remove unnecessary arrays 6039bd1 - dprc: add --full-path option to dprc list command 978f00c - scripts: move shebang on the first line 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 7cec3534..88a82a41 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 = "8f08b9d499e84f9057784c2036f0ddf75ae3fc70" 10SRCREV = "90fe5c4054bb9a77adef76c0b16a5af68f3905d3"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13