summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-11-02 13:50:52 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-11-02 15:56:47 +0100
commit18c930055ff46edbb4a72b5f2709608af78a29a6 (patch)
tree91fd7dd808414541ed0e2f4820ccb236945d0af3 /meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
parent6dc4ef01a4c2df5010cb9f236e1455e7a920c31b (diff)
downloadmeta-cloud-services-18c930055ff46edbb4a72b5f2709608af78a29a6.tar.gz
Update SRC_URI for Openstack recipes fetched from git
Openstack deleted the newton/stable branch from their git repos. We have to rely directly on the commit hash for fetching Newton from git now. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.config_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
index 40799bd..118ee66 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
@@ -8,7 +8,7 @@ PV = "3.17.1+git${SRCPV}"
8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" 8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3"
9 9
10SRCNAME = "oslo.config" 10SRCNAME = "oslo.config"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14