From: Frans Meulenbroeks Date: Wed, 4 Nov 2009 15:37:51 +0000 (+0100) Subject: mythtv: added dependency to glibc-gconv-utf-16 X-Git-Tag: Release-2010-05/1~1792 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea3d55fd2638484e9a560d0c04d9e8b8e80806c;p=openembedded.git mythtv: added dependency to glibc-gconv-utf-16 still has DEFAULT_PREFERENCE = "-1" as this needs mysql5 --- diff --git a/recipes/mythtv/mythtv_0.21+0.22rc2.bb b/recipes/mythtv/mythtv_0.21+0.22rc2.bb index 38608797eb..8fc7ede429 100644 --- a/recipes/mythtv/mythtv_0.21+0.22rc2.bb +++ b/recipes/mythtv/mythtv_0.21+0.22rc2.bb @@ -1,11 +1,11 @@ require mythtv.inc -RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-data" +RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-data glibc-gconv-utf-16" PV = "0.21+0.22rc2" -PR = "r0" +PR = "r1" REALPV = "0.22" -#DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "-1" ALLOW_EMPTY_${PN} = "1" QMAKE_PROFILES = "mythtv.pro"