summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/chef/chef_git.bb2
-rw-r--r--meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb2
-rw-r--r--meta-openstack/recipes-support/tgt/tgt_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb
index 8a32584..8a88152 100644
--- a/meta-openstack/recipes-support/chef/chef_git.bb
+++ b/meta-openstack/recipes-support/chef/chef_git.bb
@@ -18,7 +18,7 @@ SRCREV = "1dc20627aa5d742376269dc5b4d5c67f34d08008"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20SRC_URI = " \ 20SRC_URI = " \
21 git://github.com/opscode/chef.git;branch=12.4-stable \ 21 git://github.com/opscode/chef.git;branch=12.4-stable;protocol=https \
22 file://0001-chang-ksh-to-sh.patch \ 22 file://0001-chang-ksh-to-sh.patch \
23 " 23 "
24 24
diff --git a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
index 521dbe1..79afba8 100644
--- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
+++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16 16
17SRCNAME = "mod_wsgi" 17SRCNAME = "mod_wsgi"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/GrahamDumpleton/mod_wsgi.git;branch=master \ 19 git://github.com/GrahamDumpleton/mod_wsgi.git;branch=master;protocol=https \
20 file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \ 20 file://configure.ac-allow-PYTHON-values-to-be-passed-via-en.patch \
21 " 21 "
22 22
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb
index bdf9484..b297c9f 100644
--- a/meta-openstack/recipes-support/tgt/tgt_git.bb
+++ b/meta-openstack/recipes-support/tgt/tgt_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "sg3-utils libaio"
7SRCREV = "b43dbc6711e43c0a32cc4d9df22884841d911d51" 7SRCREV = "b43dbc6711e43c0a32cc4d9df22884841d911d51"
8PV = "1.0.79+git${SRCPV}" 8PV = "1.0.79+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/fujita/tgt.git;branch=master \ 10SRC_URI = "git://github.com/fujita/tgt.git;branch=master;protocol=https \
11 file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \ 11 file://0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch \
12 file://0001-usr-Makefile-WARNING-fix.patch \ 12 file://0001-usr-Makefile-WARNING-fix.patch \
13 file://usr-Makefile-apply-LDFLAGS-to-all-executables.patch \ 13 file://usr-Makefile-apply-LDFLAGS-to-all-executables.patch \