From: Marcin Juszkiewicz Date: Sat, 19 Aug 2006 13:02:16 +0000 (+0000) Subject: task-dvb: set COMPATIBLE_HOST to same as mythtv X-Git-Tag: Release-2010-05/1~9453^2~916 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af005397032a6a635c1ed9c4fc12c77a123364ea;p=openembedded.git task-dvb: set COMPATIBLE_HOST to same as mythtv --- 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'