summaryrefslogtreecommitdiff
path: root/packages/tasks
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-19 10:50:44 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-19 10:50:44 +0000
commita762d99f97127b9e14a4bd538f44dcfac330e12e (patch)
tree66ee560897b726ecfe20ef72941ad2a803e6ba58 /packages/tasks
parent3b602582624d0ac5896eb27307cf46dbdfa549e0 (diff)
task-mythfront: set COMPATIBLE_HOST to same as mythtv
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-mythfront.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tasks/task-mythfront.bb b/packages/tasks/task-mythfront.bb
index a1532c1739..a938a12e57 100644
--- a/packages/tasks/task-mythfront.bb
+++ b/packages/tasks/task-mythfront.bb
@@ -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'