1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Ignore deprecation warnings for now

(Bitbake rev: 661fe59445161c5bc6a2e73b7fcbf9d20c492e27)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Chris Larson
2010-04-10 22:07:43 -07:00
committed by Richard Purdie
parent bcd9c57a96
commit ba6df176e3
+1
View File
@@ -81,6 +81,7 @@ def _showwarning(message, category, filename, lineno, file=None, line=None):
bb.msg.warn(None, s)
warnings.showwarning = _showwarning
warnings.simplefilter("ignore", DeprecationWarning)
#============================================================================#
# main