summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/asf
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2013-12-16 14:07:12 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-12-17 18:02:19 +0800
commit80d59c8c342317b475a15ea821057ccab60c9ca6 (patch)
tree77b2d23c5c096279df8b80e6107589d7b0977a91 /recipes-kernel/asf
parent21d4bc4e7a1d8b7f06b1fee202a207549827cc5f (diff)
downloadmeta-fsl-ppc-80d59c8c342317b475a15ea821057ccab60c9ca6.tar.gz
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 <B40290@freescale.com>
Diffstat (limited to 'recipes-kernel/asf')
-rw-r--r--recipes-kernel/asf/asf_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index 7cc23cd..1576722 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -3,7 +3,8 @@ SECTION = "asf"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9960b017720861b8c50c8c08723e57aa" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9960b017720861b8c50c8c08723e57aa"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git" 6SRCBRANCH = "sdk-v1.4.x"
7SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=${SRCBRANCH}"
7SRCREV = "0b80c1df6a7490486d5106b28103598906793da0" 8SRCREV = "0b80c1df6a7490486d5106b28103598906793da0"
8 9
9DEPENDS="virtual/kernel" 10DEPENDS="virtual/kernel"