mythtv: fix quoting for armv7a
authorKoen Kooi <koen@openembedded.org>
Wed, 23 Jul 2008 10:18:06 +0000 (10:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 23 Jul 2008 10:18:06 +0000 (10:18 +0000)
packages/mythtv/mythtv_0.21.bb
packages/mythtv/mythtv_svn.bb

index cdb26c2..7b4c843 100644 (file)
@@ -47,7 +47,7 @@ python __anonymous () {
 
 EXTRA_OECONF_armv5te = " --enable-armv5te "
 EXTRA_OECONF_armv6 = " --enable-armv6 "
-EXTRA_OECONF_armv7a =  --enable-armv6"
+EXTRA_OECONF_armv7a = " --enable-armv6"
 
 #build with support for the iwmmxt instruction and pxa270fb overlay support (pxa270 and up)
 #not every iwmmxt machine has the lcd connected to pxafb, but building the module doesn't hurt
index 09cc1ec..83ce825 100644 (file)
@@ -49,7 +49,7 @@ python __anonymous () {
 
 EXTRA_OECONF_armv5te = " --enable-armv5te "
 EXTRA_OECONF_armv6 = " --enable-armv6 "
-EXTRA_OECONF_armv7a =  --enable-armv6"
+EXTRA_OECONF_armv7a = " --enable-armv6"
 
 #build with support for the iwmmxt instruction and pxa270fb overlay support (pxa270 and up)
 #not every iwmmxt machine has the lcd connected to pxafb, but building the module doesn't hurt