diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 13:13:25 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 13:13:25 +0100 |
commit | b46bd65c91b0aae315a4ce8e3d5319c5aca42651 (patch) | |
tree | d97e771b99c5315b28566006aa5bab7b3fc41d4d /recipes/mythtv | |
parent | 1971d57667429d84effa8331e0392947cce65d0c (diff) |
mythtv_0.22.bb: updated dependencies
Diffstat (limited to 'recipes/mythtv')
-rw-r--r-- | 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 ac6d2f8d30..43e09aa705 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 |