diff options
| author | Ross Burton <ross@burtonini.com> | 2022-03-16 18:32:42 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-17 16:44:33 +0000 |
| commit | 6f5ee7fffb259516d7e715eeb68c89afceb9ef83 (patch) | |
| tree | 46b8755a1dc32d53fec785595cfc900b1c0db74b /meta/recipes-devtools/python/python3-installer_0.5.1.bb | |
| parent | fc364f1c559ebf70e69812992bd0e15469ac6917 (diff) | |
| download | poky-6f5ee7fffb259516d7e715eeb68c89afceb9ef83.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-installer_0.5.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-installer_0.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-installer_0.5.1.bb b/meta/recipes-devtools/python/python3-installer_0.5.1.bb index 12d9fce249..f4f9e1bde6 100644 --- a/meta/recipes-devtools/python/python3-installer_0.5.1.bb +++ b/meta/recipes-devtools/python/python3-installer_0.5.1.bb | |||
| @@ -10,7 +10,7 @@ SRC_URI += "file://interpreter.patch" | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445" | 11 | SRC_URI[sha256sum] = "f970995ec2bb815e2fdaf7977b26b2091e1e386f0f42eafd5ac811953dc5d445" |
| 12 | 12 | ||
| 13 | inherit pypi flit_core | 13 | inherit pypi python_flit_core |
| 14 | 14 | ||
| 15 | DEPENDS:remove:class-native = "python3-installer-native" | 15 | DEPENDS:remove:class-native = "python3-installer-native" |
| 16 | DEPENDS:append:class-native = " unzip-native" | 16 | DEPENDS:append:class-native = " unzip-native" |
