From 8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780 Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Thu, 4 Nov 2010 19:25:10 +0200 Subject: mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git. mupdf-git does not build, and stable version recipes should always be preferred over git versions where available. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- recipes/mupdf/mupdf_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/mupdf') diff --git a/recipes/mupdf/mupdf_git.bb b/recipes/mupdf/mupdf_git.bb index ddec287cb4..18c868672d 100644 --- a/recipes/mupdf/mupdf_git.bb +++ b/recipes/mupdf/mupdf_git.bb @@ -9,6 +9,8 @@ PR = "r0" DEPENDS = "openjpeg-native jbig2dec-native jpeg-native freetype-native libpng-native openjpeg jbig2dec jpeg zlib virtual/libx11 libxext freetype" +DEFAULT_PREFERENCE = "-1" + SRC_URI = "git://mupdf.com/repos/mupdf.git;protocol=http \ file://wintitle.patch" -- cgit 1.2.3-korg From 55ed0698ded1ad46e82752c92a1f5101b7c3982e Mon Sep 17 00:00:00 2001 From: Alex Ferguson Date: Fri, 5 Nov 2010 21:30:35 +0200 Subject: 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 Signed-off-by: Kristoffer Ericson --- recipes/mupdf/mupdf_0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/mupdf') 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" -- cgit 1.2.3-korg