summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-11-11 21:50:31 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-11-16 15:11:44 -0500
commit464924c6e56227918f4a52f3214efe52e823be39 (patch)
tree621bd2f3841b06febeeb44fc9ee2e54e9af91545 /meta-openstack/recipes-devtools/python
parentafc3c449378134e0ede5cb1bdbfc431dbc4abe58 (diff)
downloadmeta-cloud-services-464924c6e56227918f4a52f3214efe52e823be39.tar.gz
functools32: use git instead of release tarballs
Since we are often moving packages forward on the master branch it is simpler to use git instead of tarballs. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-functools32_git.bb (renamed from meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb)9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb b/meta-openstack/recipes-devtools/python/python-functools32_git.bb
index 937e933..f167e7d 100644
--- a/meta-openstack/recipes-devtools/python/python-functools32_3.2.3-2.bb
+++ b/meta-openstack/recipes-devtools/python/python-functools32_git.bb
@@ -3,14 +3,15 @@ HOMEPAGE = "https://pypi.python.org/pypi/functools32"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "PSFv2" 4LICENSE = "PSFv2"
5 5
6PV = "3.2.3-2"
7SRCREV = "ad90fa86e2f4f494a3aedb0571274f3bbc6d7ab5"
8
6SRCNAME = "functools32" 9SRCNAME = "functools32"
7 10
8LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10"
9SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 12SRC_URI = "git://github.com/MiCHiLU/python-${SRCNAME}.git"
10SRC_URI[md5sum] = "09f24ffd9af9f6cd0f63cb9f4e23d4b2"
11SRC_URI[sha256sum] = "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d"
12 13
13S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/git"
14 15
15inherit distutils 16inherit distutils
16 17