summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb b/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb
index 78ad879..2a5ed20 100644
--- a/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb
+++ b/meta-openstack/recipes-devtools/python/python-salttesting_2015.2.16.bb
@@ -5,7 +5,11 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5"
6SRCNAME = "salt-testing" 6SRCNAME = "salt-testing"
7 7
8SRC_URI = "https://github.com/saltstack/salt-testing/archive/v${PV}.tar.gz;downloadfilename=salt-testing-v${PV}.tar.gz" 8FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
9
10SRC_URI = "https://github.com/saltstack/salt-testing/archive/v${PV}.tar.gz;downloadfilename=salt-testing-v${PV}.tar.gz \
11 file://0001-Add-ptest-output-option-to-test-suite.patch \
12 "
9SRC_URI[md5sum] = "8ca55a796e9ad7ba72bc143043753ccf" 13SRC_URI[md5sum] = "8ca55a796e9ad7ba72bc143043753ccf"
10SRC_URI[sha256sum] = "0ef4be6a8a9b505ae1c328394dfad50493674af6100c7e2c220f374533d86edc" 14SRC_URI[sha256sum] = "0ef4be6a8a9b505ae1c328394dfad50493674af6100c7e2c220f374533d86edc"
11 15