mythtv: added dependency to glibc-gconv-utf-16
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 4 Nov 2009 15:37:51 +0000 (16:37 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 4 Nov 2009 15:37:51 +0000 (16:37 +0100)
still has DEFAULT_PREFERENCE = "-1" as this needs mysql5

recipes/mythtv/mythtv_0.21+0.22rc2.bb

index 3860879..8fc7ede 100644 (file)
@@ -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"