[oe-commits] org.oe.dev python-imaging: update to 1.1.6

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:10:25 UTC 2007


python-imaging: update to 1.1.6

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 8f03732d84b07f79468ea49df9853572a363efab
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8f03732d84b07f79468ea49df9853572a363efab
Files:
1
packages/python/python-imaging_1.1.5.bb
packages/python/python-imaging_1.1.6.bb
Diffs:

#
# mt diff -rbc9c12336d522475efdb967998c56dfc3ffa9f2d -r8f03732d84b07f79468ea49df9853572a363efab
#
# 
# 
# rename "packages/python/python-imaging_1.1.5.bb"
#     to "packages/python/python-imaging_1.1.6.bb"
# 
# patch "packages/python/python-imaging_1.1.6.bb"
#  from [761c48ea5e180b30924509f40c92e6f59dea4265]
#    to [ac7380025707e218a183a6b30ae69bbe571fc616]
# 
============================================================
--- packages/python/python-imaging_1.1.5.bb	761c48ea5e180b30924509f40c92e6f59dea4265
+++ packages/python/python-imaging_1.1.6.bb	ac7380025707e218a183a6b30ae69bbe571fc616
@@ -5,30 +5,24 @@ SRCNAME = "Imaging"
 DEPENDS = "freetype jpeg tiff"
 RDEPENDS = "python-lang python-stringold"
 SRCNAME = "Imaging"
+PR = "ml0"
 
-PR = "r1"
-
 SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
-file://path.patch;patch=1"
-
+           file://path.patch;patch=1"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
 
 do_compile() {
-
     export STAGING_LIBDIR=${STAGING_LIBDIR}
     export STAGING_INCDIR=${STAGING_INCDIR}
     distutils_do_compile
 }
 
 do_install() {
-
     export STAGING_LIBDIR=${STAGING_LIBDIR}
     export STAGING_INCDIR=${STAGING_INCDIR}
-
     distutils_do_install
-
     install -d ${D}${datadir}/doc/${PN}/html/
     install -m 0644 ${S}/README ${D}${datadir}/doc/${PN}/
     install -m 0644 ${S}/Docs/* ${D}${datadir}/doc/${PN}/html/






More information about the Openembedded-commits mailing list