diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-06 11:51:44 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-06 22:09:49 -0500 |
| commit | b478a9f45693cdf9d328a95b5194e143c083b211 (patch) | |
| tree | 3d0fbc5389032231734d4e427559d8e6a6a5293f /meta-openstack/recipes-devtools/python/python-barbican_git.bb | |
| parent | d6cc9319ac2e4aad2cd90d9126d15e265db9ca08 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbican_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-barbican_git.bb | 2 |
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" | |||
| 8 | SRCNAME = "barbican" | 8 | SRCNAME = "barbican" |
| 9 | BARBICAN_MAX_PACKET_SIZE ?= "65535" | 9 | BARBICAN_MAX_PACKET_SIZE ?= "65535" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/openstack/barbican.git;branch=stable/kilo \ | 11 | SRC_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 \ |
