diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-02-20 16:55:27 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 13:31:45 +0000 |
| commit | ba068879dd46305ed1b8956806237e38c67a69a7 (patch) | |
| tree | 9fab73012ac540a588eb8ad7f0fca7d19cd20d17 /meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |
| parent | f13071decfc1525a9429c3c20e5b589b923bfa18 (diff) | |
| download | poky-ba068879dd46305ed1b8956806237e38c67a69a7.tar.gz | |
python3-atomicwrites: add BBCLASSEXTEND
Needed to build a native python3-pytest.
(From OE-Core rev: b2ebb8f44f12b39601cb1cedb54b8b5c4050dd5b)
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index d4d15cea50..9f58a4bf1f 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |||
| @@ -22,3 +22,5 @@ do_install_ptest() { | |||
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" | 24 | RDEPENDS:${PN} = "${PYTHON_PN}-misc" |
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
