Files
poky/meta/lib/oe
Ross Burton 869c4597bb oe/license: implement ast.NodeVisitor.visit_Constant
Since Python 3.8 visit_Num(), visit_Str() and so on are all deprecated
and replaced with visit_Constant.  We can't yet remove the deprecated
functions until we require 3.8, but we can implement visit_Constant to
silence the deprecation warnings.

(From OE-Core rev: c96241ac8e18f4ae87ec05b722a0bbfb017df578)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-12-17 10:02:39 +00:00
..
2021-08-02 15:44:10 +01:00
2020-12-20 00:03:04 +00:00
2021-08-02 15:44:10 +01:00