From 758581c22f9b1038a1b0bc4278574fcce6c9558d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 23 Jul 2004 15:08:17 +0000 Subject: fix typo BKrev: 410129e1s0wQreLoEz2bJ7xwDQV22A --- classes/package.oeclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/package.oeclass') 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 -- cgit v1.2.3