diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb (renamed from meta-openstack/recipes-devtools/python/python-glance_2013.1.3.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index ff81a0c..284399e 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | SRCNAME = "glance" | 8 | SRCNAME = "glance" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://launchpad.net/glance/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
| 11 | file://glance.init \ | 11 | file://glance.init \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | SRC_URI[md5sum] = "f9ba3865ff2cf98caa471bd54173fecd" | 14 | SRCREV="252fe8572400c25c35e1973b2622e479947c6135" |
| 15 | SRC_URI[sha256sum] = "642782416d790dfcb6d5bb85626dd5d48784ba8f3a53e7863ec13312e86cb209" | 15 | PV="2013.2+git${SRCPV}" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit setuptools update-rc.d identity | 19 | inherit setuptools update-rc.d identity |
| 20 | 20 | ||
