mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +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
@@ -10,7 +10,7 @@ SRC_URI += "file://interpreter.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445"
|
||||
|
||||
inherit pypi flit_core
|
||||
inherit pypi python_flit_core
|
||||
|
||||
DEPENDS:remove:class-native = "python3-installer-native"
|
||||
DEPENDS:append:class-native = " unzip-native"
|
||||
|
||||
Reference in New Issue
Block a user