diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-05 10:31:58 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-05 10:31:58 +0000 |
commit | e284465a730ef4d89592f39a346b7fcc70e597c6 (patch) | |
tree | 40e9b6b4c5fa2325df505aa0b48fae7d10292139 /meta/packages/v86d/v86d_0.1.5.bb | |
parent | 2b2c8ec715fcfe06fd02a7dc5868f18c68b2ba16 (diff) | |
download | poky-e284465a730ef4d89592f39a346b7fcc70e597c6.tar.gz |
v86d: Force the correct configure options since it doesn't give sane defaults when cross compiling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4584 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/v86d/v86d_0.1.5.bb')
-rw-r--r-- | meta/packages/v86d/v86d_0.1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/v86d/v86d_0.1.5.bb b/meta/packages/v86d/v86d_0.1.5.bb index 12b7718279..30a1c092a4 100644 --- a/meta/packages/v86d/v86d_0.1.5.bb +++ b/meta/packages/v86d/v86d_0.1.5.bb | |||
@@ -14,7 +14,7 @@ INITSCRIPT_NAME = "fbsetup" | |||
14 | INITSCRIPT_PARAMS = "start 0 S ." | 14 | INITSCRIPT_PARAMS = "start 0 S ." |
15 | 15 | ||
16 | do_configure () { | 16 | do_configure () { |
17 | ./configure --default | 17 | ./configure --with-x86emu |
18 | } | 18 | } |
19 | 19 | ||
20 | do_compile () { | 20 | do_compile () { |