diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-16 00:44:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-16 00:44:52 -0700 |
commit | 077fb218fd12a24b6e6a8b1ae1cf2ef91bd7f3dc (patch) | |
tree | cd46947a896d662a2f597b80570a8c9d3c83e288 /recipes | |
parent | 54f36d1ee37fea943a3659affa56c43b2de61d95 (diff) |
jpeg_6b.bb: Use alternate SRC_URI current one does not have this version
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/jpeg/jpeg_6b.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/jpeg/jpeg_6b.bb b/recipes/jpeg/jpeg_6b.bb index 48771c8de5..fde5272dbc 100644 --- a/recipes/jpeg/jpeg_6b.bb +++ b/recipes/jpeg/jpeg_6b.bb @@ -8,7 +8,8 @@ RPROVIDES_${PN} = "jpeg" PR = "r8" -SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ +#SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ +SRC_URI = "ftp://aeneas.mit.edu/pub/gnu/ghostscript/jpegsrc.v${PV}.tar.gz \ file://debian.patch;patch=1 \ file://ldflags.patch;patch=1 \ file://paths.patch;patch=1 \ |