From b478a9f45693cdf9d328a95b5194e143c083b211 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 6 Jan 2017 11:51:44 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-barbican_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') 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" SRCNAME = "barbican" BARBICAN_MAX_PACKET_SIZE ?= "65535" -SRC_URI = "git://github.com/openstack/barbican.git;branch=stable/kilo \ +SRC_URI = "git://github.com/openstack/barbican.git;branch=master \ file://barbican.init \ file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \ file://barbican-fix-path-to-find-configuration-files.patch \ -- cgit v1.2.3-54-g00ecf