From: Alex Ferguson Date: Thu, 4 Nov 2010 17:25:10 +0000 (+0200) Subject: mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780;p=openembedded.git 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 --- 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"