[oe-commits] Frans Meulenbroeks : mythtv_0.22.bb: updated dependencies

git version control git at git.openembedded.org
Sat Jan 2 16:14:44 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: b46bd65c91b0aae315a4ce8e3d5319c5aca42651
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b46bd65c91b0aae315a4ce8e3d5319c5aca42651

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 13:13:25 2010 +0100

mythtv_0.22.bb: updated dependencies

---

 recipes/mythtv/mythtv_0.22.bb |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/mythtv/mythtv_0.22.bb b/recipes/mythtv/mythtv_0.22.bb
index ac6d2f8..43e09aa 100644
--- a/recipes/mythtv/mythtv_0.22.bb
+++ b/recipes/mythtv/mythtv_0.22.bb
@@ -1,11 +1,15 @@
 require mythtv.inc
 
+DEPENDS_{PN} += "libmyth"
+DEPENDS_libmyth = "libmythdb libmythavutil libmythavcodec libmythavformat libmythswscale libmythhdhomerun \
+	libmythtv libmythui libmythfreemheg libmythupnp libmythlivemedia"
+
 RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-database \
-mysql5-server mysql5-client"
+mysql5-server mysql5-client libmysqlclient qt4-plugin-sqldriver-sqlmysql xmltv"
 RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16"
 
 PV = "0.22"
-PR = "r1"
+PR = "r2"
 # REALPV is here to support release candidates
 # OE in that case has as PV something like 0.21+0.22rc1
 # but for packaging the real PV is needed
@@ -54,6 +58,7 @@ do_configure_prepend() {
                         --without-bindings=perl,python \
                         ${EXTRA_OECONF}
 }
+
 do_install() {
 	oe_runmake INSTALL_ROOT=${D} install
         install -d ${D}${datadir}/mythtv





More information about the Openembedded-commits mailing list