From: Paul Sokolovsky Date: Thu, 21 Feb 2008 22:38:48 +0000 (+0000) Subject: kernel-arch.bbclass: Fix obvious typo supposedly causing issues with x86_64. X-Git-Tag: Release-2010-05/1~7638 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c75944cb1477cf822e252faeb9ebaf56c2286acf;p=openembedded.git kernel-arch.bbclass: Fix obvious typo supposedly causing issues with x86_64. --- diff --git a/classes/kernel-arch.bbclass b/classes/kernel-arch.bbclass index b45f3f9696..5e5d9a94a8 100644 --- a/classes/kernel-arch.bbclass +++ b/classes/kernel-arch.bbclass @@ -5,7 +5,7 @@ # valid_archs = "alpha cris ia64 \ - x86_64,i386 x86 \ + x86_64 i386 x86 \ m68knommu m68k ppc powerpc ppc64 \ sparc sparc64 \ arm arm26 \