mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
classes/flit_core: rename to python_flit_core
To be more uniform with the other new Python classes, rename this to python_flit_core and update the recipes that use it. (From OE-Core rev: c0e4ca3c7841028a658f21c11619228022d425b4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fc364f1c55
commit
6f5ee7fffb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=8227180126797a01
|
||||
|
||||
SRC_URI[sha256sum] = "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"
|
||||
|
||||
inherit flit_core pypi
|
||||
inherit python_flit_core pypi
|
||||
|
||||
SRC_URI += " file://0001-Backport-pyproject.toml-from-flit-backend-branch.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user