[oe-commits] Koen Kooi : mythtv 0.22rcX: only add glibc-gconv stuff for glibc build

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


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov  4 19:22:12 2009 +0100

mythtv 0.22rcX: only add glibc-gconv stuff for glibc build

---

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

diff --git a/recipes/mythtv/mythtv_0.21+0.22rc2.bb b/recipes/mythtv/mythtv_0.21+0.22rc2.bb
index 8fc7ede..3ba8ff7 100644
--- a/recipes/mythtv/mythtv_0.21+0.22rc2.bb
+++ b/recipes/mythtv/mythtv_0.21+0.22rc2.bb
@@ -1,8 +1,10 @@
 require mythtv.inc
 
-RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-data glibc-gconv-utf-16"
+RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-data"
+RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16"
+
 PV = "0.21+0.22rc2"
-PR = "r1"
+PR = "r2"
 REALPV = "0.22"
 
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list