summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-11-16 15:26:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-08 10:20:51 +0000
commitcefeac268ed326d45e555fc81be32528ed6feb0d (patch)
treef31daa7f818fcd0171d8be31f8be26f8896b8724 /meta/recipes-devtools/python/python-gitdb_0.6.4.bb
parentaa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (diff)
downloadpoky-cefeac268ed326d45e555fc81be32528ed6feb0d.tar.gz
package_regex.inc: split PyPi related entries to their own recipes
(From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-gitdb_0.6.4.bb')
-rw-r--r--meta/recipes-devtools/python/python-gitdb_0.6.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb b/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
index f0083bdb1a..c82df1ef7a 100644
--- a/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
+++ b/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
@@ -10,6 +10,8 @@ SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz"
10SRC_URI[md5sum] = "44e4366b8bdfd306b075c3a52c96ae1a" 10SRC_URI[md5sum] = "44e4366b8bdfd306b075c3a52c96ae1a"
11SRC_URI[sha256sum] = "a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658" 11SRC_URI[sha256sum] = "a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658"
12 12
13UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/gitdb/"
14
13S = "${WORKDIR}/gitdb-${PV}" 15S = "${WORKDIR}/gitdb-${PV}"
14 16
15inherit distutils 17inherit distutils