diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-19 10:18:41 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-19 10:18:41 -0500 |
commit | 47a428259e366b85e48c99ff2a4eaf42e8fbbe69 (patch) | |
tree | 9d242877a776e3306b9b4212d442fd5beabc4f33 /meta-openstack | |
parent | f96114c8084fb771a822f50954bd5cf6ec1d7e6c (diff) | |
download | meta-cloud-services-47a428259e366b85e48c99ff2a4eaf42e8fbbe69.tar.gz |
heat: update to 2013.2.2
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-heat_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index d4314f4..8dade1f 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | |||
12 | file://heat.init \ | 12 | file://heat.init \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRCREV="e6979b0f81c2cbc87cb353cfa29790b68d70a193" | 15 | SRCREV="ff6901141fbbc0a13604491aaba01a60487d6f6d" |
16 | PV="2013.2+git${SRCPV}" | 16 | PV="2013.2.2+git${SRCPV}" |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install_append() { |