[oe-commits] Dmitry Eremin-Solenikov : base.bbclass: fix build error if building with bitbake 1.8.x

git version control git at git.openembedded.org
Tue Nov 2 13:36:39 UTC 2010


Module: openembedded.git
Branch: master
Commit: 5efecae8b7f4b814f2d055daf6dc7ae1ce05e41a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5efecae8b7f4b814f2d055daf6dc7ae1ce05e41a

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Tue Nov  2 16:33:16 2010 +0300

base.bbclass: fix build error if building with bitbake 1.8.x

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 classes/base.bbclass |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index 8708fa9..a14354d 100644
--- a/classes/base.bbclass
+++ b/classes/base.bbclass
@@ -237,12 +237,6 @@ python base_eventhandler() {
 	from bb import note, error, data
 	from bb.event import getName
 
-	# Only need to output when using 1.8 or lower, the UI code handles it
-	# otherwise
-	if (int(bb.__version__.split(".")[0]) <= 1 and int(bb.__version__.split(".")[1]) <= 8):
-		if msg:
-			note(msg)
-
 	if isinstance(e, bb.event.BuildStarted):
 		bb.data.setVar( 'BB_VERSION', bb.__version__, e.data )
 		statusvars = bb.data.getVar("BUILDCFG_VARS", e.data, 1).split()





More information about the Openembedded-commits mailing list