summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-06 11:51:44 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-06 22:09:49 -0500
commitb478a9f45693cdf9d328a95b5194e143c083b211 (patch)
tree3d0fbc5389032231734d4e427559d8e6a6a5293f
parentd6cc9319ac2e4aad2cd90d9126d15e265db9ca08 (diff)
downloadmeta-cloud-services-b478a9f45693cdf9d328a95b5194e143c083b211.tar.gz
python-barbican: fixup fetch URL
Upstream has dropped the now EOL stable/kilo branch, the SRCREV however still exists in master so simply switch to master to fix do_fetch. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index aa896ac..c3b2896 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -8,7 +8,7 @@ PR = "r0"
8SRCNAME = "barbican" 8SRCNAME = "barbican"
9BARBICAN_MAX_PACKET_SIZE ?= "65535" 9BARBICAN_MAX_PACKET_SIZE ?= "65535"
10 10
11SRC_URI = "git://github.com/openstack/barbican.git;branch=stable/kilo \ 11SRC_URI = "git://github.com/openstack/barbican.git;branch=master \
12 file://barbican.init \ 12 file://barbican.init \
13 file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \ 13 file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \
14 file://barbican-fix-path-to-find-configuration-files.patch \ 14 file://barbican-fix-path-to-find-configuration-files.patch \