diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-23 15:51:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-24 22:51:40 +0100 |
| commit | e4b91b29395d67146f84697ea9f24f3194e62f22 (patch) | |
| tree | 7ef58ee770bea2b4cc8c2fc3596da001c5476ad0 /meta/recipes-devtools/python/python3-pyelftools_0.31.bb | |
| parent | 06b4475c5ed20af1439fa3e9761c59e4ded0eef4 (diff) | |
| download | poky-e4b91b29395d67146f84697ea9f24f3194e62f22.tar.gz | |
python3-pyelftools: use python_setuptools_build_meta build class
This package can be built using pep517 classes now.
(From OE-Core rev: b0bd0940fc776914614b8a442f32b1661db0361f)
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-pyelftools_0.31.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyelftools_0.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb index 551fed6876..0774caafdb 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.31.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.31.bb | |||
| @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "c774416b10310156879443b81187d182d8d9ee499660380e645918b50b | |||
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "pyelftools" | 9 | PYPI_PACKAGE = "pyelftools" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
| 14 | 14 | ||
