diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-heat_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 5926cc0..acba315 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
| @@ -4,10 +4,9 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "heat" | 7 | SRCNAME = "heat" |
| 9 | 8 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 9 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ |
| 11 | file://heat.conf \ | 10 | file://heat.conf \ |
| 12 | file://heat.init \ | 11 | file://heat.init \ |
| 13 | file://autoscaling_example.template \ | 12 | file://autoscaling_example.template \ |
| @@ -16,8 +15,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
| 16 | file://heat-tests-change-project_dir-path.patch \ | 15 | file://heat-tests-change-project_dir-path.patch \ |
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | SRCREV="6d106dee26649202791596062b5a29049e962d80" | 18 | SRCREV="a4aafba0c2b387df888dfd805594b78b39b5f495" |
| 20 | PV="2015.1.0b2+git${SRCPV}" | 19 | PV="2015.1.2+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 22 | 21 | ||
| 23 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" | 22 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" |
| @@ -212,6 +211,7 @@ RDEPENDS_${PN} += " \ | |||
| 212 | python-pytz \ | 211 | python-pytz \ |
| 213 | python-pbr \ | 212 | python-pbr \ |
| 214 | python-oslo.log \ | 213 | python-oslo.log \ |
| 214 | python-oslo.versionedobjects \ | ||
| 215 | " | 215 | " |
| 216 | 216 | ||
| 217 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" | 217 | RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" |
