diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-26 15:25:19 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-26 15:25:19 -0400 |
commit | d99b51efca0596331328758eb019736d9b1270a6 (patch) | |
tree | 68d2e298fda2dcaa9ac3abd56e871e68e815f3f5 | |
parent | 2d4fa14e545084acd35cbe19e32807ff96d93859 (diff) | |
download | meta-cloud-services-d99b51efca0596331328758eb019736d9b1270a6.tar.gz |
oslo.messaging: update to 1.4.0.0a4
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb index 16dbe00..b2b8ed5 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
@@ -7,12 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRCNAME = "oslo.messaging" | 9 | SRCNAME = "oslo.messaging" |
10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "ca7e4fe7993da5eb6b642abae1d50e3a" | 12 | PV = "1.4.0.0a4" |
13 | SRC_URI[sha256sum] = "5abcb4c8725319e18a2d7d86f3768dfb3beb2b598cb4761879d45f509c95743c" | 13 | SRCREV = "5be1b6a6a93e2be1fd6adef109a016f49ed98b0a" |
14 | 14 | S = "${WORKDIR}/git" | |
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | 15 | ||
17 | inherit setuptools | 16 | inherit setuptools |
18 | 17 | ||