summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa2
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-12 11:03:38 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-02 17:54:57 -0300
commita4ecc6602b1fd2dd966291b2447a82953d330ddf (patch)
tree31f705d16496d54a87ce374d1801846869aa75eb /recipes-dpaa2
parent28a6946db95b9f2b4dcc099cf990582b4c65ae52 (diff)
downloadmeta-freescale-a4ecc6602b1fd2dd966291b2447a82953d330ddf.tar.gz
restool: update SRC_URI to fix fetching
*fix the below error |<50>ERROR: restool-git-r0 do_fetch: Fetcher failure: Unable to find revision eba25cdfdccef45f7ba02dd2f829b9b55198fbb1 |in branch sdk-v2.0.x even from upstream Signed-off-by: Chunrong Guo <B40290@freescale.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 144a5c55..ab46fb33 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=e613b54e73c0e4a2a8918c61924bd623"
4 4
5RDEPENDS_${PN} += "bash" 5RDEPENDS_${PN} += "bash"
6 6
7SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;branch=sdk-v2.0.x" 7SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;nobranch=1"
8SRCREV = "eba25cdfdccef45f7ba02dd2f829b9b55198fbb1" 8SRCREV = "eba25cdfdccef45f7ba02dd2f829b9b55198fbb1"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"