[oe-commits] Frans Meulenbroeks : mythtv: added dependency to glibc-gconv-utf-16

git version control git at git.openembedded.org
Wed Nov 4 22:30:52 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: cea3d55fd2638484e9a560d0c04d9e8b8e80806c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cea3d55fd2638484e9a560d0c04d9e8b8e80806c

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Nov  4 16:37:51 2009 +0100

mythtv: added dependency to glibc-gconv-utf-16
still has DEFAULT_PREFERENCE = "-1" as this needs mysql5

---

 recipes/mythtv/mythtv_0.21+0.22rc2.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/mythtv/mythtv_0.21+0.22rc2.bb b/recipes/mythtv/mythtv_0.21+0.22rc2.bb
index 3860879..8fc7ede 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"





More information about the Openembedded-commits mailing list