git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ca3fe
)
mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.
author
Alex Ferguson
<thoughtmonster@gmail.com>
Thu, 4 Nov 2010 17:25:10 +0000
(19:25 +0200)
committer
Kristoffer Ericson
<kristoffer.ericson@gmail.com>
Fri, 5 Nov 2010 09:41:15 +0000
(10:41 +0100)
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>
recipes/mupdf/mupdf_git.bb
patch
|
blob
|
history
diff --git
a/recipes/mupdf/mupdf_git.bb
b/recipes/mupdf/mupdf_git.bb
index
ddec287
..
18c8686
100644
(file)
--- 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"