[oe-commits] Alex Ferguson : mupdf: Add DEFAULT_PREFERENCE = "-1" to mupdf-git.

git version control git at git.openembedded.org
Fri Nov 5 09:47:16 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8cf7a89fa630d4d4aa8d70c7b40d70715ce4c780

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Thu Nov  4 19:25:10 2010 +0200

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 at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/mupdf/mupdf_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/mupdf/mupdf_git.bb b/recipes/mupdf/mupdf_git.bb
index ddec287..18c8686 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"
 





More information about the Openembedded-commits mailing list