diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-19 10:50:44 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-19 10:50:44 +0000 |
commit | a762d99f97127b9e14a4bd538f44dcfac330e12e (patch) | |
tree | 66ee560897b726ecfe20ef72941ad2a803e6ba58 /packages/tasks | |
parent | 3b602582624d0ac5896eb27307cf46dbdfa549e0 (diff) |
task-mythfront: set COMPATIBLE_HOST to same as mythtv
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-mythfront.bb | 3 |
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' |