From: Rolf Leggewie Date: Sun, 26 Jul 2009 16:33:34 +0000 (+0200) Subject: libxine: set DEF_PREF -1 for 1.1.16.3 (fails do_configure) X-Git-Tag: Release-2010-05/1~2876^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7a0520ef093ea0c4a515486e7936f446c1b324;p=openembedded.git libxine: set DEF_PREF -1 for 1.1.16.3 (fails do_configure) --- diff --git a/recipes/libxine/libxine_1.1.16.3.bb b/recipes/libxine/libxine_1.1.16.3.bb index 21e5a6bd21..1fe265e53c 100644 --- a/recipes/libxine/libxine_1.1.16.3.bb +++ b/recipes/libxine/libxine_1.1.16.3.bb @@ -1,5 +1,8 @@ require libxine.inc +#fails do_configure in minimal and angstrom +DEFAULT_PREFERENCE = "-1" + PPDIR = "1.26" PR = "r0"