summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-23 15:08:17 +0000
committerPhil Blundell <philb@gnu.org>2004-07-23 15:08:17 +0000
commit758581c22f9b1038a1b0bc4278574fcce6c9558d (patch)
treee047126cfd1080360899efee59f98736ee8dccb6 /classes
parent545b18b31376dc71e710ea1dfb9552aa42f2aff5 (diff)
fix typo
BKrev: 410129e1s0wQreLoEz2bJ7xwDQV22A
Diffstat (limited to 'classes')
-rw-r--r--classes/package.oeclass2
1 files changed, 1 insertions, 1 deletions
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