summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-09-06 20:28:51 +0100
committerAndrei Gherzan <andrei@gherzan.com>2017-09-08 18:47:41 +0100
commitb6b6ecb6cb9211b1a4c5ffbb4d03a2d0fe128369 (patch)
tree08ba09ac296efd0a0bf7365e770ff6a2a80c096a
parentfa82321af29aabdf82a5cdf247fde372c41cec35 (diff)
downloadmeta-raspberrypi-b6b6ecb6cb9211b1a4c5ffbb4d03a2d0fe128369.tar.gz
python-sense-hat: Update to 2.2.0
As well integrate with meta-oe bbclass pypi. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-devtools/python/python-sense-hat_2.2.0.bb (renamed from recipes-devtools/python/python-sense-hat_2.1.0.bb)12
1 files changed, 4 insertions, 8 deletions
diff --git a/recipes-devtools/python/python-sense-hat_2.1.0.bb b/recipes-devtools/python/python-sense-hat_2.2.0.bb
index e990a28..f7c4e34 100644
--- a/recipes-devtools/python/python-sense-hat_2.1.0.bb
+++ b/recipes-devtools/python/python-sense-hat_2.2.0.bb
@@ -4,16 +4,12 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" 5LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda"
6 6
7SRCNAME = "sense-hat" 7inherit setuptools pypi
8 8
9SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9PYPI_PACKAGE = "sense-hat"
10 10
11SRC_URI[md5sum] = "71217f15ea963040f06e2f50722186ca" 11SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83"
12SRC_URI[sha256sum] = "c6c76707c0ea514e4b0f1f96f1b5b79755875891aae037df7434b6aad7b9dbca" 12SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17 13
18DEPENDS += " \ 14DEPENDS += " \
19 jpeg \ 15 jpeg \