aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-imaging_1.1.7.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-12-06 10:47:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-06 13:37:59 +0000
commitbedaf81dc045c4b222cdf586a4ec901c4e1d08f8 (patch)
tree23434c6a33857b06d43edcd78d6e224620d33f12 /meta/recipes-devtools/python/python-imaging_1.1.7.bb
parent496adfe84ef05d031444988d41451a018133f5a8 (diff)
downloadopenembedded-core-contrib-bedaf81dc045c4b222cdf586a4ec901c4e1d08f8.tar.gz
python-imaging: fix compilation with Freetype 2.5.1
Take a patch from the Pillow "friendly fork" to fix compilation with Freetype 2.5.1. 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-imaging_1.1.7.bb')
-rw-r--r--meta/recipes-devtools/python/python-imaging_1.1.7.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-imaging_1.1.7.bb b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
index e100358d08..efc57cfabc 100644
--- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb
+++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
@@ -8,7 +8,8 @@ PR = "r5"
SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
file://0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch \
- file://allow.to.disable.some.features.patch"
+ file://allow.to.disable.some.features.patch \
+ file://fix-freetype-includes.patch"
SRC_URI[md5sum] = "fc14a54e1ce02a0225be8854bfba478e"
SRC_URI[sha256sum] = "895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211"