summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb b/meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb
index 851c53fe8..c8dd8147c 100644
--- a/meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb
+++ b/meta-oe/recipes-devtools/python/python-imaging_1.1.7.bb
@@ -1,6 +1,8 @@
1DESCRIPTION = "Python Imaging Library" 1DESCRIPTION = "Python Imaging Library"
2SECTION = "devel/python" 2SECTION = "devel/python"
3 3
4PR = "r1"
5
4LICENSE = "BSD" 6LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://README;beginline=92;endline=117;md5=003338c482e1d2eb2e4d862897f3abbf" 7LIC_FILES_CHKSUM = "file://README;beginline=92;endline=117;md5=003338c482e1d2eb2e4d862897f3abbf"
6 8
@@ -31,6 +33,9 @@ do_install() {
31 install -m 0644 ${S}/README ${D}${datadir}/doc/${PN}/ 33 install -m 0644 ${S}/README ${D}${datadir}/doc/${PN}/
32 install -m 0644 ${S}/Docs/* ${D}${datadir}/doc/${PN}/html/ 34 install -m 0644 ${S}/Docs/* ${D}${datadir}/doc/${PN}/html/
33 35
36 # get rid of #!/usr/local/bin/python
37 sed -i -e 's:/usr/local/bin/:${bindir}/env :g' ${D}${bindir}/*
38
34} 39}
35RDEPENDS_${PN} = "python-lang python-stringold" 40RDEPENDS_${PN} = "python-lang python-stringold"
36 41