diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-02-20 16:55:28 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 13:31:45 +0000 |
| commit | 945964ecbcbe0d0085ecb1c02a8ef4935b2c47f0 (patch) | |
| tree | 6bad6fe7143099dbaaf3481a7acf779765a20665 | |
| parent | ba068879dd46305ed1b8956806237e38c67a69a7 (diff) | |
| download | poky-945964ecbcbe0d0085ecb1c02a8ef4935b2c47f0.tar.gz | |
python3-iniconfig: add BBCLASSEXTEND
Needed to build a native python3-pytest.
(From OE-Core rev: ae25f70557a31f26b78b70268dca9e01ef4b9ea8)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb index ca50ebbc35..2abeec62f4 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb | |||
| @@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a4 | |||
| 9 | DEPENDS += "python3-hatch-vcs-native" | 9 | DEPENDS += "python3-hatch-vcs-native" |
| 10 | 10 | ||
| 11 | inherit pypi python_hatchling | 11 | inherit pypi python_hatchling |
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
