aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-12 10:37:57 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-12 10:37:57 +0000
commit6be354c4bcc84447493cd7e68ebadb2a5a89dc60 (patch)
tree2dbaf52ba49604d37826609fa4aa4d9f0bfb1f30 /classes
parent43be9de6f9225760b6cd0f7dbf332a9adb22b7bc (diff)
downloadopenembedded-6be354c4bcc84447493cd7e68ebadb2a5a89dc60.tar.gz
native.bbclass: Change warning to debug, not a note for now
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/native.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/native.bbclass b/classes/native.bbclass
index 89f6501218..96f9cf1a96 100644
--- a/classes/native.bbclass
+++ b/classes/native.bbclass
@@ -90,7 +90,7 @@ python __anonymous () {
# For now, force legacy mode for native packages using autotools_stage_all
if (stagefunc.strip() == "autotools_stage_all"):
- bb.note("Forcing legacy staging mode for %s" % bb.data.getVar('FILE', d, 1))
+ bb.debug(1, "Forcing legacy staging mode for %s" % bb.data.getVar('FILE', d, 1))
bb.data.setVar('FORCE_LEGACY_STAGING', "1", d)
elif (stagefunc.strip() != "do_stage_native" and stagefunc.strip() != "autotools_stage_all") and bb.data.getVar('AUTOTOOLS_NATIVE_STAGE_INSTALL', d, 1) == "1":
bb.data.setVar("do_install", " :", d)