diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-02 09:46:37 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-02 09:47:38 -0400 |
commit | 134fcdca7352922e319895aed11f7351067a5ac5 (patch) | |
tree | ebe346ce0afef786bdabe4a5e6ebb2c6c2aee4c2 /meta-openstack | |
parent | d2edcf32203949ad4d5b53ca638c7bfa35867d20 (diff) | |
download | meta-cloud-services-134fcdca7352922e319895aed11f7351067a5ac5.tar.gz |
barbican: update repository to github
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-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 eb4b44e..0b6a6a7 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/stackforge/barbican.git;branch=master \ | 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 | " | 14 | " |