summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/rcw')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 76bbf2a..ffdb547 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b
7 7
8inherit deploy 8inherit deploy
9 9
10SRCBRANCH = "master" 10SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=sdk-v1.9.x"
11SRCREV = "426f7a6535d93dac76f5125035e0938a85e778d2" 11SRCREV = "521008fe6ec9897fe245e1c1241fc27dad98f24d"
12SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}"
13 12
14S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
15 14