From b2114c7edfffe750960b76f9f428efd1118ffeae Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 7 May 2014 12:31:47 -0400 Subject: tempest: update to icehouse master revision tempest no longer branches per-release and instead ensures that the single branch works for all releases. As such, we change to master and update the SRCREV to the latest. There is one new binary part of the package, so we add it to the default tempest package. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/tempest/tempest_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-openstack') 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" inherit setuptools identity hosts -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ file://tempest.conf \ file://logging.conf \ " -SRCREV="6273339e2da725b01560b6a2db11a3bf7a6659d7" -PV="2013.2+git${SRCPV}" +SRCREV="50af5d5ecc7d21d5e0d1a36fa564ef4850cf94ff" +PV="2014.1+git${SRCPV}" S = "${WORKDIR}/git" do_install_append() { @@ -62,6 +62,7 @@ FILES_${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/tests/*" FILES_${PN} = "${libdir}/* \ ${sysconfdir}/* \ + ${bindir}/* \ " RDEPENDS_${PN} += " \ ${SRCNAME}-tests \ -- cgit v1.2.3-54-g00ecf