summaryrefslogtreecommitdiff
path: root/packages/mythtv/mythtv.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-07-22 09:17:36 +0000
committerKoen Kooi <koen@openembedded.org>2008-07-22 09:17:36 +0000
commit2bebd2a04ec828644f87505fa426758b6c74e10f (patch)
tree05094b63e087261cb9cb1e31b7ea9a660074a171 /packages/mythtv/mythtv.inc
parent712964dacb068f6a1fdea879a0a7beff5d68a907 (diff)
mythtv: start beating it into a state where it will crosscompile
Diffstat (limited to 'packages/mythtv/mythtv.inc')
-rw-r--r--packages/mythtv/mythtv.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/mythtv/mythtv.inc b/packages/mythtv/mythtv.inc
index 4ceda5d421..3485cca682 100644
--- a/packages/mythtv/mythtv.inc
+++ b/packages/mythtv/mythtv.inc
@@ -2,15 +2,13 @@ DESCRIPTION = "A full featured personal video recorder system."
HOMEPAGE = "http://www.mythtv.org"
LICENSE = "GPL"
SECTION = "x11/multimedia"
-DEPENDS = "libxinerama lame libxv libxxf86vm libxvmc lirc qt-x11-free"
+DEPENDS = "libxinerama libxv libxxf86vm libxvmc lirc qt-x11-free"
RDEPENDS_${PN} = "qt-x11-plugins-sqldrivers qt-x11-plugins-imageformats"
SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2"
-inherit qmake qt3x11
+inherit qmake2 qt3x11
-# there is a -march=586 somewhere in the source tree
-COMPATIBLE_HOST = 'i.86.*-linux'
QMAKE_PROFILES = "mythtv.pro"
@@ -22,7 +20,7 @@ def mythtv_arch(d):
elif arch == "x86_64":
arch = "x86"
elif arch == "arm":
- arch = "armv4l"
+ arch = "${BASE_PACKAGE_ARCH}"
return arch
MYTHTV_ARCH := "${@mythtv_arch(d)}"