fix typo
authorPhil Blundell <philb@gnu.org>
Fri, 23 Jul 2004 15:08:17 +0000 (15:08 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 23 Jul 2004 15:08:17 +0000 (15:08 +0000)
BKrev: 410129e1s0wQreLoEz2bJ7xwDQV22A

classes/package.oeclass

index d9d3453..72ab58b 100644 (file)
@@ -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