diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-05-24 13:22:24 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-27 23:50:47 +0100 |
| commit | d595363c318f56de5fb0d607468a8a026f440fcd (patch) | |
| tree | 89e34021bb88ff3e2dfbf495e000406f482f0025 | |
| parent | aed63b042964cb6cc9cf4e5281a0fcbba47e19e4 (diff) | |
| download | poky-d595363c318f56de5fb0d607468a8a026f440fcd.tar.gz | |
python3-pluggy: add BBCLASSEXTEND for native/nativesdk
This is a dependency of Hatchling, another Python build tool, so we need
it natively.
(From OE-Core rev: b6b17abaa3b5dcce61f6a5c8bdb397f714dba69d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb index 3f2895a061..2935acf95f 100644 --- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | |||
| @@ -24,3 +24,5 @@ do_install_ptest() { | |||
| 24 | install -d ${D}${PTEST_PATH}/testing | 24 | install -d ${D}${PTEST_PATH}/testing |
| 25 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/ | 25 | cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/ |
| 26 | } | 26 | } |
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
