From: Phil Blundell Date: Fri, 23 Jul 2004 15:08:17 +0000 (+0000) Subject: fix typo X-Git-Tag: Release-2010-05/1~18081 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=758581c22f9b1038a1b0bc4278574fcce6c9558d;p=openembedded.git fix typo BKrev: 410129e1s0wQreLoEz2bJ7xwDQV22A --- diff --git a/classes/package.oeclass b/classes/package.oeclass index d9d3453882..72ab58ba26 100644 --- a/classes/package.oeclass +++ b/classes/package.oeclass @@ -69,7 +69,7 @@ def package_frob_arch(d): machine = oe.data.getVar('MACHINE', d, 1) if not machine: # can't specialise if MACHINE not defined - return: + return old_arch = oe.data.getVar('PACKAGE_ARCH', d, 1) if (old_arch == machine): # Nothing to do