diff options
author | Chunrong Guo <B40290@freescale.com> | 2013-12-11 17:09:36 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-12-11 17:41:08 +0800 |
commit | 2335375752024972b11efe32d94f6413caaa6bfa (patch) | |
tree | 25c872734b14c8856025f394685a24460e2b37f1 /recipes-extended | |
parent | 768c6ef13546e0f977847bc1fbb5957571fbf724 (diff) | |
download | meta-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-extended')
-rw-r--r-- | recipes-extended/cst/cst_git.bb | 3 | ||||
-rw-r--r-- | recipes-extended/web-sysmon/web-sysmon_git.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb index 177f23c..9d2d297 100644 --- a/recipes-extended/cst/cst_git.bb +++ b/recipes-extended/cst/cst_git.bb | |||
@@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://RELEASENOTES;beginline=8;endline=43;md5=5a7b22a2c96b5 | |||
7 | 7 | ||
8 | DEPENDS += "openssl" | 8 | DEPENDS += "openssl" |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git" | 10 | SRCBRANCH = "sdk-v1.4.x" |
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/cst.git;branch=${SRCBRANCH}" | ||
11 | SRCREV = "e4035cbf54ed481147c6ae65c741ef75dc9ec37f" | 12 | SRCREV = "e4035cbf54ed481147c6ae65c741ef75dc9ec37f" |
12 | 13 | ||
13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/recipes-extended/web-sysmon/web-sysmon_git.bb b/recipes-extended/web-sysmon/web-sysmon_git.bb index 1b2e070..d9df8e4 100644 --- a/recipes-extended/web-sysmon/web-sysmon_git.bb +++ b/recipes-extended/web-sysmon/web-sysmon_git.bb | |||
@@ -3,7 +3,8 @@ SECTION = "web-sysmon" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
5 | 5 | ||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon.git" | 6 | SRCBRANCH = "sdk-v1.4.x" |
7 | SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon.git;branch=${SRCBRANCH}" | ||
7 | SRCREV = "40b47611378ef5c07d98f0f691bb146ae52dcdc1" | 8 | SRCREV = "40b47611378ef5c07d98f0f691bb146ae52dcdc1" |
8 | 9 | ||
9 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |