summaryrefslogtreecommitdiff
path: root/packages/mythtv/mythtv_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-23 10:03:10 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-23 10:03:10 +0000
commit4e0b4f896da2041dfee51d50b8b429467cc07414 (patch)
tree168c44de231970889b00d4cce7cbeb1810c8f78c /packages/mythtv/mythtv_svn.bb
parentbad255bddb9e34c9a475f247fefda1829e56390b (diff)
mythtv: <= 0.21 are qt3 based >= 0.22 are qt4 based, so move inherits around
* update 0.21 to use the fixes branch
Diffstat (limited to 'packages/mythtv/mythtv_svn.bb')
-rw-r--r--packages/mythtv/mythtv_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/mythtv/mythtv_svn.bb b/packages/mythtv/mythtv_svn.bb
index cb22a36f58..09cc1ec947 100644
--- a/packages/mythtv/mythtv_svn.bb
+++ b/packages/mythtv/mythtv_svn.bb
@@ -1,9 +1,11 @@
require mythtv.inc
+inherit qmake2 qt4x11
+
DEFAULT_PREFERENCE = "-1"
-PV = "0.21+svnr${SRCREV}"
-PR = "r1"
+PV = "0.21+0.22rc+svnr${SRCREV}"
+PR = "r2"
REALPV = "0.22"
SRCREV = "17892"
@@ -22,7 +24,6 @@ PACKAGES =+ "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-dat
FILES_${PN}-dbg += "${libdir}/mythtv/filters/.debug"
FILES_mythtv-backend = "${bindir}/mythbackend ${bindir}/mythcommflag ${bindir}/mythfilldatabase ${bindir}/mythtranscode"
FILES_mythtv-frontend = "${bindir}/mythfrontend ${datadir}/mythtv/i18n/mythfrontend_* ${datadir}/mythtv/*.ttf"
-RDEPENDS_mythtv-frontend = "qt-x11-plugins-sqldrivers qt-x11-plugins-imageformats"
FILES_mythtv-bin = "${bindir}/*"
FILES_mythtv-filters = "${libdir}/mythtv/filters/*"
FILES_mythtv-data = "${datadir}"