diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:54 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | fd5dc271c5a66bbed123711c3b3cafb5cef35c40 (patch) | |
| tree | 2f680f7866835ac6a0ef77f3ec739a2e0119b555 /meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb | |
| parent | 4225ae423b73fbbc297f23239c43e23b5a40d4a7 (diff) | |
| download | meta-cloud-services-fd5dc271c5a66bbed123711c3b3cafb5cef35c40.tar.gz | |
python-thrift: upgrade to 0.9.2
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb deleted file mode 100644 index ca22472..0000000 --- a/meta-openstack/recipes-devtools/python/python-thrift_0.9.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python bindings for the Apache Thrift RPC system" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/amqp/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README;md5=1bd6aa02231f9e3aa626d8c13c20e1c8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "thrift" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8989a8a96b0e3a3380cfb89c44e172a6" | ||
| 13 | SRC_URI[sha256sum] = "7d1a75c9bd73b02662483fc68b3e60bc24d75f6e55492d379f3053d68c937770" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
