[oe-commits] Richard Purdie : native.bbclass: Change warning to debug, not a note for now

git version control git at git.openembedded.org
Thu Nov 12 14:02:21 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 6be354c4bcc84447493cd7e68ebadb2a5a89dc60
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6be354c4bcc84447493cd7e68ebadb2a5a89dc60

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu Nov 12 10:37:57 2009 +0000

native.bbclass: Change warning to debug, not a note for now

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 classes/native.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/native.bbclass b/classes/native.bbclass
index 89f6501..96f9cf1 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)





More information about the Openembedded-commits mailing list