diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-07 15:57:09 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:21 +0000 |
| commit | e518d3e6c1973d7aefa9cb12a63445d36b191f6d (patch) | |
| tree | 876a36d01b8c408f51bc7f40b9d121b1948ab889 /meta/recipes-devtools/python/python-gitdb_0.5.4.bb | |
| parent | 3996f7a46f1036805484cf05aa8481870d66ab60 (diff) | |
| download | poky-e518d3e6c1973d7aefa9cb12a63445d36b191f6d.tar.gz | |
python-gitdb: upgrade to 0.6.1
(From OE-Core rev: eb46e1d61f6658b921372354771102f91b177c66)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-gitdb_0.5.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-gitdb_0.5.4.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb_0.5.4.bb b/meta/recipes-devtools/python/python-gitdb_0.5.4.bb deleted file mode 100644 index 9e961528b9..0000000000 --- a/meta/recipes-devtools/python/python-gitdb_0.5.4.bb +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | SUMMARY = "A pure-Python git object database" | ||
| 2 | HOMEPAGE = "http://github.com/gitpython-developers/gitdb" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528" | ||
| 6 | DEPENDS = "python-async python-smmap" | ||
| 7 | |||
| 8 | SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz" | ||
| 9 | SRC_URI[md5sum] = "25353bb8d3ea527ba443dd88cd4e8a1c" | ||
| 10 | SRC_URI[sha256sum] = "de5d2dac0daec4a9cd7bb1ae1cd42d53510dcf597397c608c12a154b69ad3783" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/gitdb-${PV}" | ||
| 13 | |||
| 14 | inherit distutils | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "python-smmap python-async python-mmap python-lang python-zlib python-io python-shell" | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "nativesdk" | ||
