summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-11-06 18:09:26 +0800
committerMatthew McClintock <msm@freescale.com>2012-11-13 11:19:36 -0600
commit3fb475fd24e719ffd8008718177b4deea20cdd0c (patch)
tree2d4967d2df4e461efd8d2de1f0fbe127821cdf4e
parent60579efd5710e7db534e770f1b692489c28bec01 (diff)
downloadmeta-fsl-ppc-3fb475fd24e719ffd8008718177b4deea20cdd0c.tar.gz
hv-cfg: lock down SHA for release
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
-rw-r--r--recipes-tools/hv-cfg/hv-cfg_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-tools/hv-cfg/hv-cfg_git.bb b/recipes-tools/hv-cfg/hv-cfg_git.bb
index e137575..3126138 100644
--- a/recipes-tools/hv-cfg/hv-cfg_git.bb
+++ b/recipes-tools/hv-cfg/hv-cfg_git.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "Hypervisor Config" 1DESCRIPTION = "Hypervisor Config"
2SECTION = "hv-cfg" 2SECTION = "hv-cfg"
3LICENSE = "BSD" 3LICENSE = "BSD"
4PR = "r5" 4PR = "r6"
5 5
6LIC_FILES_CHKSUM = " \ 6LIC_FILES_CHKSUM = " \
7 file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \ 7 file://p2041rdb/LICENSE;md5=96dd72f26e9bb861de5c76c60e35e1bc \
@@ -18,7 +18,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
18 18
19inherit deploy 19inherit deploy
20 20
21SRCREV = "102ab848d94f3c04f364ed273d0e00b21b0266f4" 21SRCREV = "deb55b9564ef8fb9e1fda1112233f11ae2a12d4a"
22SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git" 22SRC_URI = "git://git.freescale.com/ppc/sdk/hv-cfg.git"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"