aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-01-10 07:37:23 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-01-10 07:37:23 +0000
commit6f1172ac1e082bae9fc921d3f8cf2b422890427e (patch)
tree2d3c566f6d2dce1169fb4648fa4d601c368acd58 /classes
parentc94c025f10f859e08b55053230e9e395da49abb2 (diff)
downloadopenembedded-6f1172ac1e082bae9fc921d3f8cf2b422890427e.tar.gz
linux-handhelds-2.6: magician defconfig: I2C_PXA=y
Diffstat (limited to 'classes')
-rw-r--r--classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/base.bbclass b/classes/base.bbclass
index 504707e37b..624722bf24 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -730,7 +730,7 @@ def base_after_parse(d):
local = bb.data.expand(bb.fetch.localpath(s, d), d)
for mp in paths:
if local.startswith(mp):
- #bb.note("overriding PACKAGE_ARCH from %s to %s" % (old_arch, mach_arch))
+ bb.note("overriding PACKAGE_ARCH from %s to %s" % (old_arch, mach_arch))
bb.data.setVar('PACKAGE_ARCH', mach_arch, d)
return