poppler 0.12.3: remove `DEFAULT_PREFERENCE = "-1"`
authorPhilippe De Swert <philippedeswert@gmail.com>
Mon, 28 Mar 2011 18:33:26 +0000 (21:33 +0300)
committerPaul Menzel <paulepanter@users.sourceforge.net>
Tue, 29 Mar 2011 09:27:38 +0000 (11:27 +0200)
Version 0.12.3 has been used in Ȧngström, minimal-{,uclibc} and SHR for over six months.

Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
conf/distro/include/preferred-shr-versions.inc
recipes/poppler/poppler_0.12.3.bb

index ce4ea82..35a4ecd 100644 (file)
@@ -38,9 +38,6 @@ PREFERRED_VERSION_qt4-x11-free-gles = "${ANGSTROM_QT_VERSION}"
 
 PREFERRED_VERSION_tslib = "1.0+git%"
 
-# epdf needs > 0.12, but recipes have D_P = -1
-PREFERRED_VERSION_poppler = "0.12.3"
-
 # git version fails to build
 PREFERRED_VERSION_mupdf = "0.6"
 
index 8b9fcca..ce1952e 100644 (file)
@@ -2,11 +2,6 @@ require poppler.inc
 
 DEPENDS += "lcms"
 
-DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_angstrom = "1"
-DEFAULT_PREFERENCE_minimal = "1"
-DEFAULT_PREFERENCE_minimal-uclibc = "1"
-
 EXTRA_OECONF_append = " --disable-abiword-output "
 
 RDEPENDS_${PN} = "poppler-data"