aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mupdf
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-04 19:25:10 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-05 10:41:15 +0100
commit8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780 (patch)
tree71ee52e6d881b0db53c0dd6ca07ae4d06bf4b8de /recipes/mupdf
parent96ca3fe593ec56b3e06b5ea36c0ee5fb8a6386d7 (diff)
downloadopenembedded-8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780.tar.gz
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 <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/mupdf')
-rw-r--r--recipes/mupdf/mupdf_git.bb2
1 files changed, 2 insertions, 0 deletions
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"