]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
license.py: drop visit_Str
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 29 Aug 2025 09:04:48 +0000 (11:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Sep 2025 22:07:03 +0000 (23:07 +0100)
commit6d3da37adbcaf5a7a3dade08f9d052571b195249
treeddc780e2b6b4dfb86ac0af2e60601f0696a12d9e
parent7a7eeca4b951e58242b77e410eb10577ea615066
license.py: drop visit_Str

In https://git.openembedded.org/openembedded-core/commit/?h=kirkstone&id=abc93390a3f19bc4cc159c5690a478b9e2270906
visit_Constant was added for compatibility with Python 3.8 and newer, but
visit_Str was kept, because at that time bitbake did require Python 3.6.

Now latest bitbake requires 3.9 and even version 2.4 used in mickledore
builds requires 3.8 since:
https://git.openembedded.org/bitbake/commit/?h=2.4&id=744310f360d2288ac2ef07745abc86852126b5b9
so we can safely remove these.

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/license.py