diff options
author | Matthew McClintock <msm@freescale.com> | 2012-11-01 22:11:12 +0000 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-11-13 10:57:19 -0600 |
commit | 1cc7bbd569eca37b4859a6a55b6ac1e506eee0c5 (patch) | |
tree | 3a5385899d831ce27dfb4d9282e1fc87b065f673 | |
parent | b0ab150f50c8c0862eab6cace30ce520d38b6b8b (diff) | |
download | meta-fsl-ppc-1cc7bbd569eca37b4859a6a55b6ac1e506eee0c5.tar.gz |
rcw_git.bb: lock down SHA for release
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r-- | recipes-tools/rcw/rcw_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-tools/rcw/rcw_git.bb b/recipes-tools/rcw/rcw_git.bb index 7451a9e..efccf4c 100644 --- a/recipes-tools/rcw/rcw_git.bb +++ b/recipes-tools/rcw/rcw_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Reset Control Words (RCW)" | 1 | DESCRIPTION = "Reset Control Words (RCW)" |
2 | SECTION = "rcw" | 2 | SECTION = "rcw" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | PR = "r5" | 4 | PR = "r6" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e" | 6 | LIC_FILES_CHKSUM = "file://rcw.py;beginline=8;endline=28;md5=9ba0b28922dd187b06b6c8ebcfdd208e" |
7 | 7 | ||
@@ -11,7 +11,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
11 | 11 | ||
12 | inherit deploy | 12 | inherit deploy |
13 | 13 | ||
14 | SRCREV = "a84434258ac4a1f0c7cb6e9ea709dc8c3267f788" | 14 | SRCREV = "e9529eac512f7dc2ada3c6ff3ef1b934e5afae57" |
15 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" | 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |