blob: 6fce1623d6055a9b72614a4115c612925d745a35 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \
2Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \
3Contributors."
4HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=c6379001ecb47e2a0420c40177fc1125"
7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=5.4.x \
9 file://0001-support-cross-compiling.patch \
10 file://0001-explicitly-set-compile-options.patch \
11"
12SRCREV ?= "f38f01bbe3a0a9f49ce592c86ff20c01c9655133"
13
14
15inherit setuptools3
16
17DEPENDS += " \
18 zlib \
19 jpeg \
20 tiff \
21 freetype \
22 lcms \
23 openjpeg \
24"
25
Brad Bishopc342db32019-05-15 21:57:59 -040026CVE_PRODUCT = "pillow"
27
Brad Bishop19323692019-04-05 15:28:33 -040028S = "${WORKDIR}/git"
29
30BBCLASSEXTEND = "native"