diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-20 12:26:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-20 12:28:35 +0200 |
commit | f20c60f141f1822df0cbd409e0338cd7104266cb (patch) | |
tree | 54f419ec8bf731f171d8e62c0fa8e5ecbdf5ea67 | |
parent | 108c9ae2e51bb0b250a481ae85ac803ccd6f7cab (diff) |
mupdf: source archive name was changed, update SRC_URI
* thanks soltys for reporting!
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 21d435c441..16d49d8ff1 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}-source.tar.gz \ +SRC_URI = "http://mupdf.com/download/source/${PN}-${PV}.tar.gz \ file://mupdf_fix_endianness.patch \ file://Makerules" |