diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-02 16:00:40 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-02 16:00:40 +0100 |
commit | 6690b8fcee9bc9152948b9a623117dd62bcf45de (patch) | |
tree | 7b4f0de615dbf0babda5ef09b78d81dde77d89d7 /recipes/mythtv/mythtv_0.22.bb | |
parent | 29c63b640c4e4c852cf3084232ef67c8fd9d3214 (diff) | |
parent | 6d5a96970227b845b6a33380e3e7af248cca7594 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/mythtv/mythtv_0.22.bb')
-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 |