git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545b18b
)
fix typo
author
Phil Blundell
<philb@gnu.org>
Fri, 23 Jul 2004 15:08:17 +0000
(15:08 +0000)
committer
Phil Blundell
<philb@gnu.org>
Fri, 23 Jul 2004 15:08:17 +0000
(15:08 +0000)
BKrev: 410129e1s0wQreLoEz2bJ7xwDQV22A
classes/package.oeclass
patch
|
blob
|
history
diff --git
a/classes/package.oeclass
b/classes/package.oeclass
index
d9d3453
..
72ab58b
100644
(file)
--- 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