From: Chunrong Guo Date: Mon, 16 Dec 2013 06:07:12 +0000 (+0800) Subject: asf: Fix git branch references X-Git-Tag: 2.1~534^2~216 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ca5492c8edf68c85956ee5b2c694973727147180;p=meta-freescale.git asf: Fix git branch references *Ensure the right branches are set in SRC_URI to match the revisions used. This resolves certain fetch failures. Signed-off-by: Chunrong Guo --- diff --git a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb index 7cc23cdc..1576722e 100644 --- a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb @@ -3,7 +3,8 @@ SECTION = "asf" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=9960b017720861b8c50c8c08723e57aa" -SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git" +SRCBRANCH = "sdk-v1.4.x" +SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=${SRCBRANCH}" SRCREV = "0b80c1df6a7490486d5106b28103598906793da0" DEPENDS="virtual/kernel"