From 9528cff2ecf4241cb80d9e972751d7ac607d39e4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 16 Nov 2015 15:26:42 +0200 Subject: package_regex.inc: split PyPi related entries to their own recipes Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-gitdb_0.6.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python/python-gitdb_0.6.4.bb') 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" SRC_URI[md5sum] = "44e4366b8bdfd306b075c3a52c96ae1a" SRC_URI[sha256sum] = "a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658" +UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/gitdb/" + S = "${WORKDIR}/gitdb-${PV}" inherit distutils -- cgit 1.2.3-korg