]> code.ossystems Code Review - meta-freescale.git/commitdiff
restool: update SRC_URI to fix fetching
authorChunrong Guo <chunrong.guo@nxp.com>
Wed, 12 Apr 2017 03:03:38 +0000 (11:03 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 2 May 2017 20:54:57 +0000 (17:54 -0300)
     *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>
recipes-dpaa2/restool/restool_git.bb

index 144a5c558024b134e60c70f0a0e497a1058632e3..ab46fb330551c77630230c4746eed9307ae2b959 100644 (file)
@@ -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"