summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rcw/rcw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/rcw/rcw_git.bb')
-rw-r--r--recipes-bsp/rcw/rcw_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 7d87783..8da72ea 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -13,7 +13,8 @@ COMPATIBLE_HOST ?= "(none)"
13 13
14inherit deploy 14inherit deploy
15 15
16SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" 16SRCBRANCH = "sdk-v1.4.x"
17SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;branch=${SRCBRANCH}"
17SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997" 18SRCREV = "5d3c819bcca6d09dcf7b52b3f2855dda304a5997"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"