summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-imaging_1.1.7.bb
diff options
context:
space:
mode:
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.bb8
1 files changed, 4 insertions, 4 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 a36c34462a..de0e975127 100644
--- a/meta/recipes-devtools/python/python-imaging_1.1.7.bb
+++ b/meta/recipes-devtools/python/python-imaging_1.1.7.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec" 4LIC_FILES_CHKSUM = "file://README;beginline=92;endline=120;md5=c4371af4579f1e489cf881c1443dd4ec"
5DEPENDS = "freetype jpeg tiff" 5DEPENDS = "freetype jpeg tiff"
6SRCNAME = "Imaging" 6SRCNAME = "Imaging"
7PR = "r4" 7PR = "r5"
8 8
9SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \ 9SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
10 file://0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch" 10 file://0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch"
@@ -25,9 +25,9 @@ do_install() {
25 export STAGING_LIBDIR=${STAGING_LIBDIR} 25 export STAGING_LIBDIR=${STAGING_LIBDIR}
26 export STAGING_INCDIR=${STAGING_INCDIR} 26 export STAGING_INCDIR=${STAGING_INCDIR}
27 distutils_do_install 27 distutils_do_install
28 install -d ${D}${datadir}/doc/${PN}/html/ 28 install -d ${D}${datadir}/doc/${BPN}/html/
29 install -m 0644 ${S}/README ${D}${datadir}/doc/${PN}/ 29 install -m 0644 ${S}/README ${D}${datadir}/doc/${BPN}/
30 install -m 0644 ${S}/Docs/* ${D}${datadir}/doc/${PN}/html/ 30 install -m 0644 ${S}/Docs/* ${D}${datadir}/doc/${BPN}/html/
31 31
32 # get rid of #!/usr/local/bin/python 32 # get rid of #!/usr/local/bin/python
33 sed -i -e 's:/usr/local/bin/:${bindir}/env :g' ${D}${bindir}/* 33 sed -i -e 's:/usr/local/bin/:${bindir}/env :g' ${D}${bindir}/*