diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-02 13:50:52 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-02 15:56:47 +0100 |
| commit | 18c930055ff46edbb4a72b5f2709608af78a29a6 (patch) | |
| tree | 91fd7dd808414541ed0e2f4820ccb236945d0af3 /meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |
| parent | 6dc4ef01a4c2df5010cb9f236e1455e7a920c31b (diff) | |
| download | meta-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.messaging_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb index 5d5fec8..c9b14ae 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" |
| 6 | 6 | ||
| 7 | SRCNAME = "oslo.messaging" | 7 | SRCNAME = "oslo.messaging" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;nobranch=1" |
| 9 | 9 | ||
| 10 | PV = "5.10.2+git${SRCPV}" | 10 | PV = "5.10.2+git${SRCPV}" |
| 11 | SRCREV = "471312755c84337a2b63e87b4b8c5c557a2b66d1" | 11 | SRCREV = "471312755c84337a2b63e87b4b8c5c557a2b66d1" |
