diff options
author | Alex Ferguson <thoughtmonster@gmail.com> | 2010-11-05 21:30:35 +0200 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-11-05 22:10:24 +0100 |
commit | 55ed0698ded1ad46e82752c92a1f5101b7c3982e (patch) | |
tree | 837e9e792c838bfbc547756f87d797a64728fd40 /recipes/mupdf/mupdf_0.6.bb | |
parent | c5b9544d95a4f2321cf647bd174048d76f6aa51e (diff) | |
download | openembedded-55ed0698ded1ad46e82752c92a1f5101b7c3982e.tar.gz |
mupdf-0.6: Fix SRC_URI for source url change.
Older mupdf releases are moved from mupdf.com/download/ to
mupdf.com/download/archive/. mupdf 0.6 is an older release
and its SRC_URI is no longer valid.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/mupdf/mupdf_0.6.bb')
-rw-r--r-- | recipes/mupdf/mupdf_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mupdf/mupdf_0.6.bb b/recipes/mupdf/mupdf_0.6.bb index 31d4ed2856..7c13cfe6cc 100644 --- a/recipes/mupdf/mupdf_0.6.bb +++ b/recipes/mupdf/mupdf_0.6.bb @@ -6,7 +6,7 @@ PR = "r0" DEPENDS = "openjpeg-native jbig2dec-native jpeg-native freetype-native libpng-native openjpeg jbig2dec jpeg zlib virtual/libx11 libxext freetype" -SRC_URI = "http://mupdf.com/download/source/${PN}-${PV}.tar.gz \ +SRC_URI = "http://mupdf.com/download/archive/${PN}-${PV}.tar.gz \ file://mupdf_fix_endianness.patch \ file://Makerules" |