aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-imaging_1.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-imaging_1.1.6.bb')
-rw-r--r--recipes/python/python-imaging_1.1.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/python/python-imaging_1.1.6.bb b/recipes/python/python-imaging_1.1.6.bb
index 63e98321e5..ffb5300b84 100644
--- a/recipes/python/python-imaging_1.1.6.bb
+++ b/recipes/python/python-imaging_1.1.6.bb
@@ -3,12 +3,12 @@ SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "freetype jpeg tiff"
-RDEPENDS = "python-lang python-stringold"
+RDEPENDS_${PN} = "python-lang python-stringold"
SRCNAME = "Imaging"
-PR = "ml1"
+PR = "ml2"
SRC_URI = "http://effbot.org/downloads/Imaging-${PV}.tar.gz \
- file://path.patch;patch=1"
+ file://path.patch"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils