summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-06-12 18:59:28 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:57 -0400
commita2fe94c45fee8227479f8e806307f841eb741ceb (patch)
treec5e18ac14c09d1636c9c67c04128b40eadb037c9
parentf4910048cad2cc96046084df34d645f81bd6dfcc (diff)
downloadmeta-cloud-services-a2fe94c45fee8227479f8e806307f841eb741ceb.tar.gz
python-quantum: Update to 2013.1.2
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb (renamed from meta-openstack/recipes-devtools/python/python-quantum_2013.1.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.bb b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb
index f17b01e..d38df40 100644
--- a/meta-openstack/recipes-devtools/python/python-quantum_2013.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-quantum_2013.1.2.bb
@@ -8,7 +8,6 @@ PR = "r0"
8SRCNAME = "quantum" 8SRCNAME = "quantum"
9 9
10SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \
11 file://fix-amqlib-version.patch \
12 file://quantum.conf \ 11 file://quantum.conf \
13 file://ovs_quantum_plugin.ini \ 12 file://ovs_quantum_plugin.ini \
14 file://linuxbridge_conf.ini \ 13 file://linuxbridge_conf.ini \
@@ -16,11 +15,12 @@ SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-$
16 file://quantum-agent.init \ 15 file://quantum-agent.init \
17 " 16 "
18 17
19#SRC_URI[md5sum] = "06ba502f288e30519f2f13c7b189bfb8" 18#SRC_URI[md5sum] = "1ad2338b25cfde582de479678533113e"
20#SRC_URI[sha256sum] = "1fa925e2d95b7c508ad826d3020d67e1f720efa53e5c41eaca790116f2a0f691" 19#SRC_URI[sha256sum] = "edae19fe45849168bc9cace82b63a11a3b9d2292ba733d4c536657c1c722e61e"
20
21SRC_URI[md5sum] = "890ec5be7cede9cef6c8033412b74fe9"
22SRC_URI[sha256sum] = "08752d58fc010332c527974ddff0475378f6104e77de40b0a690580f672c7fd2"
21 23
22SRC_URI[md5sum] = "1ad2338b25cfde582de479678533113e"
23SRC_URI[sha256sum] = "edae19fe45849168bc9cace82b63a11a3b9d2292ba733d4c536657c1c722e61e"
24 24
25S = "${WORKDIR}/${SRCNAME}-${PV}" 25S = "${WORKDIR}/${SRCNAME}-${PV}"
26 26