diff options
| -rw-r--r-- | meta-openstack/recipes-extended/tempest/tempest_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb index 8f710ef..a1522c6 100644 --- a/meta-openstack/recipes-extended/tempest/tempest_git.bb +++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb | |||
| @@ -9,13 +9,13 @@ SRCNAME = "tempest" | |||
| 9 | 9 | ||
| 10 | inherit setuptools identity hosts | 10 | inherit setuptools identity hosts |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 13 | file://tempest.conf \ | 13 | file://tempest.conf \ |
| 14 | file://logging.conf \ | 14 | file://logging.conf \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRCREV="6273339e2da725b01560b6a2db11a3bf7a6659d7" | 17 | SRCREV="50af5d5ecc7d21d5e0d1a36fa564ef4850cf94ff" |
| 18 | PV="2013.2+git${SRCPV}" | 18 | PV="2014.1+git${SRCPV}" |
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| 21 | do_install_append() { | 21 | do_install_append() { |
| @@ -62,6 +62,7 @@ FILES_${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/tests/*" | |||
| 62 | 62 | ||
| 63 | FILES_${PN} = "${libdir}/* \ | 63 | FILES_${PN} = "${libdir}/* \ |
| 64 | ${sysconfdir}/* \ | 64 | ${sysconfdir}/* \ |
| 65 | ${bindir}/* \ | ||
| 65 | " | 66 | " |
| 66 | RDEPENDS_${PN} += " \ | 67 | RDEPENDS_${PN} += " \ |
| 67 | ${SRCNAME}-tests \ | 68 | ${SRCNAME}-tests \ |
