diff options
-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" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" | 5 | LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=d80fe312e1ff5fbd97369b093bf21cda" |
6 | 6 | ||
7 | SRCNAME = "sense-hat" | 7 | inherit setuptools pypi |
8 | 8 | ||
9 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | PYPI_PACKAGE = "sense-hat" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "71217f15ea963040f06e2f50722186ca" | 11 | SRC_URI[md5sum] = "69929250cb72349a8a82edf2584b1d83" |
12 | SRC_URI[sha256sum] = "c6c76707c0ea514e4b0f1f96f1b5b79755875891aae037df7434b6aad7b9dbca" | 12 | SRC_URI[sha256sum] = "f000998d042d96ed722d459312e1bebd0107f9f3015cd34b3e4fabcab9c800af" |
13 | |||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
15 | |||
16 | inherit setuptools | ||
17 | 13 | ||
18 | DEPENDS += " \ | 14 | DEPENDS += " \ |
19 | jpeg \ | 15 | jpeg \ |