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

index a1532c1..a938a12 100644 (file)
@@ -7,3 +7,6 @@ PR = "r6"
 RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera fontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd drm-module-drm"
 
 LICENSE = MIT
+
+# there is a -march=586 somewhere in the source tree of mythtv
+COMPATIBLE_HOST = 'i.86.*-linux'