summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-extended')
-rw-r--r--meta-openstack/recipes-extended/novnc/novnc_git.bb2
-rw-r--r--meta-openstack/recipes-extended/tempest/tempest_git.bb2
-rw-r--r--meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-extended/novnc/novnc_git.bb b/meta-openstack/recipes-extended/novnc/novnc_git.bb
index 6db0de4..82dcd4b 100644
--- a/meta-openstack/recipes-extended/novnc/novnc_git.bb
+++ b/meta-openstack/recipes-extended/novnc/novnc_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b428e7772bf00c07fb7b863b80358adf"
7SRCREV = "9142f8f0f7b4a53447f5cfec3a797cbf0d6204a9" 7SRCREV = "9142f8f0f7b4a53447f5cfec3a797cbf0d6204a9"
8PV = "1.2.0+git${SRCPV}" 8PV = "1.2.0+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master" 10SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb
index ed5c404..4854516 100644
--- a/meta-openstack/recipes-extended/tempest/tempest_git.bb
+++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb
@@ -9,7 +9,7 @@ SRCNAME = "tempest"
9 9
10inherit setuptools3 identity hosts 10inherit setuptools3 identity hosts
11 11
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https \
13 file://tempest.conf \ 13 file://tempest.conf \
14 file://logging.conf \ 14 file://logging.conf \
15" 15"
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
index f6559f9..62e0df4 100644
--- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
+++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f"
6 6
7SRCNAME = "uwsgi" 7SRCNAME = "uwsgi"
8SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \ 8SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0;protocol=https \
9 file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ 9 file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \
10 file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ 10 file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \
11" 11"