diff options
Diffstat (limited to 'recipes/python/python-imaging_1.1.6.bb')
-rw-r--r-- | recipes/python/python-imaging_1.1.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-imaging_1.1.6.bb b/recipes/python/python-imaging_1.1.6.bb index 3cf8760ed1..ffb5300b84 100644 --- a/recipes/python/python-imaging_1.1.6.bb +++ b/recipes/python/python-imaging_1.1.6.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "freetype jpeg tiff" 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" |