aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-19 13:02:16 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-19 13:02:16 +0000
commitaf005397032a6a635c1ed9c4fc12c77a123364ea (patch)
treed25e8df9673efc89d73e58b358a1ca5ea9764e15 /packages/tasks
parent78b2cbc1ff02201575083f866cceb6ce4f6c0896 (diff)
downloadopenembedded-af005397032a6a635c1ed9c4fc12c77a123364ea.tar.gz
task-dvb: set COMPATIBLE_HOST to same as mythtv
Diffstat (limited to 'packages/tasks')
-rw-r--r--packages/tasks/task-dvb.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/tasks/task-dvb.bb b/packages/tasks/task-dvb.bb
index 5a5c37a565..335ab27e8d 100644
--- a/packages/tasks/task-dvb.bb
+++ b/packages/tasks/task-dvb.bb
@@ -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'