summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2013-12-11 17:09:36 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-12-11 17:41:08 +0800
commit2335375752024972b11efe32d94f6413caaa6bfa (patch)
tree25c872734b14c8856025f394685a24460e2b37f1 /recipes-dpaa
parent768c6ef13546e0f977847bc1fbb5957571fbf724 (diff)
downloadmeta-fsl-ppc-2335375752024972b11efe32d94f6413caaa6bfa.tar.gz
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-dpaa')
-rw-r--r--recipes-dpaa/fmc/fmc_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
index 20f93f6..0169062 100644
--- a/recipes-dpaa/fmc/fmc_git.bb
+++ b/recipes-dpaa/fmc/fmc_git.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
5 5
6PR = "r2" 6PR = "r2"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git" 8SRCBRANCH = "sdk-v1.4.x"
9SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;branch=${SRCBRANCH}"
9SRCREV = "f2e1a831a96f1d04d3d5a5970d2e54c38098cf39" 10SRCREV = "f2e1a831a96f1d04d3d5a5970d2e54c38098cf39"
10 11
11DEPENDS = "libxml2 fmlib tclap" 12DEPENDS = "libxml2 fmlib tclap"