]> code.ossystems Code Review - openembedded-core.git/commitdiff
v86d: Force the correct configure options since it doesn't give sane defaults when...
authorRichard Purdie <richard@openedhand.com>
Thu, 5 Jun 2008 10:31:58 +0000 (10:31 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 5 Jun 2008 10:31:58 +0000 (10:31 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4584 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/v86d/v86d_0.1.5.bb

index 12b77182795c686b074acb3a77c612bcef208ca3..30a1c092a4e8405ce022c90b1efc9f5014a51945 100644 (file)
@@ -14,7 +14,7 @@ INITSCRIPT_NAME = "fbsetup"
 INITSCRIPT_PARAMS = "start 0 S ."
 
 do_configure () {
-       ./configure --default
+       ./configure --with-x86emu
 }
 
 do_compile () {