libmimedir 0.3.1: Remove DEFAULT_PREFERENCE=1, set -1 due to known bugs.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 24 Jan 2008 20:09:51 +0000 (20:09 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 24 Jan 2008 20:09:51 +0000 (20:09 +0000)
packages/libmimedir/libmimedir_0.3.1.bb

index ff7ec3e..2429b79 100644 (file)
@@ -3,9 +3,12 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "LGPL"
 DEPENDS = "intltool-native"
-PR = "r3"
+PR = "r4"
 
-DEFAULT_PREFERENCE = "1"
+# 0.3.1 has at least 2 known bugs which may lead to data corruption/loss:
+# 1. Arbitrary cutting off of NOTE field during parsing.
+# 2. Parsing only one value from CATEGORIES field.
+DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "http://www.rittau.org/mimedir/${P}.tar.gz \
           file://mimedir-duration.diff;patch=1"