diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:32:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-18 22:32:52 +0000 |
commit | 7da4754b13140f0a4691f0b004f2ee2aceda90e1 (patch) | |
tree | fa729aae448728fef245f0469abea2ef024cd6ac /mythtv/mythtv_0.16+cvs20040918.oe | |
parent | ff847550deef151917934483e3a46eb32963ca49 (diff) |
add COMPATIBLE_HOST guard for libxvmc and mythtv
BKrev: 41744494SrlR_6KtLYp2jwZ3GZ20IA
Diffstat (limited to 'mythtv/mythtv_0.16+cvs20040918.oe')
-rw-r--r-- | mythtv/mythtv_0.16+cvs20040918.oe | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mythtv/mythtv_0.16+cvs20040918.oe b/mythtv/mythtv_0.16+cvs20040918.oe index 6f2214614d..26e8c2732f 100644 --- a/mythtv/mythtv_0.16+cvs20040918.oe +++ b/mythtv/mythtv_0.16+cvs20040918.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A full featured personal video recorder system." MAINTAINER = "Michael 'Mickey' Lauer" SECTION = "x11/multimedia" -PR = "r3" +PR = "r4" SRC_URI = "cvs://mythtv:mythtv@cvs.mythtv.org/var/lib/mythcvs;module=mythtv;date=20040918;method=pserver \ file://xvmc-via.patch;patch=1;pnum=0 \ @@ -16,6 +16,11 @@ inherit qmake qt3x11 QMAKE_PROFILES = "mythtv.pro" +# +# Disable everything non-x86 for now, since there are some -march=i586 hardcoded in there. +# +COMPATIBLE_HOST = 'i.86.*-linux' + def mythtv_arch(d): import oe, re arch = oe.data.getVar('TARGET_ARCH', d, 1) |