From a4ecc6602b1fd2dd966291b2447a82953d330ddf Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 12 Apr 2017 11:03:38 +0800 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-dpaa2/restool/restool_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-dpaa2/restool') 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" RDEPENDS_${PN} += "bash" -SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;branch=sdk-v2.0.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;nobranch=1" SRCREV = "eba25cdfdccef45f7ba02dd2f829b9b55198fbb1" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf