]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
package_deb.bbclass: replace 'codecs.open()' with 'open()'
authorTrevor Gamblin <tgamblin@baylibre.com>
Mon, 26 Jan 2026 17:25:47 +0000 (12:25 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2026 10:26:54 +0000 (10:26 +0000)
commitfe38fc0df172901093e10b4dde304ee0ff9cc87f
treee8ca6ae5082743944cf89142b4466ea2ab961d90
parent9316834803c93a8024c6cab709c7a957546776a6
package_deb.bbclass: replace 'codecs.open()' with 'open()'

With newer Python versions, codecs.open() is deprecated:

https://docs.python.org/3/library/codecs.html#codecs.open

Replace it with the preferred call to open().

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/classes-global/package_deb.bbclass