task-dvb: set COMPATIBLE_HOST to same as mythtv
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 19 Aug 2006 13:02:16 +0000 (13:02 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sat, 19 Aug 2006 13:02:16 +0000 (13:02 +0000)
packages/tasks/task-dvb.bb

index 5a5c37a..335ab27 100644 (file)
@@ -7,3 +7,6 @@ PR = "r5"
 RDEPENDS = "dvbstream dvbtune xserver-xorg tda1004x-firmware mythtv lirc lirc-modules drm-module-via"
 
 LICENSE = MIT
+
+# there is a -march=586 somewhere in the source tree of mythtv
+COMPATIBLE_HOST = 'i.86.*-linux'