aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-01-10 08:27:15 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-01-10 08:27:15 +0000
commit16d5d68588a7c0151bccd7572a524084d608ab51 (patch)
treed20064b8b076c34f9330a68372e32a9153e6945e /classes
parent6f1172ac1e082bae9fc921d3f8cf2b422890427e (diff)
downloadopenembedded-16d5d68588a7c0151bccd7572a524084d608ab51.tar.gz
disapproval of revision '032fe15bf3fd23dc5d753a8cd906ce2402067a78'
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 624722bf24..504707e37b 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