diff options
| author | Tom Geelen <t.f.g.geelen@gmail.com> | 2025-12-16 10:46:53 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-16 19:57:33 -0800 |
| commit | 1b8afacbdabe0a3750f0f6d5389500a1c62db3a3 (patch) | |
| tree | e66199e9986b6cb59b51d21ff30ebab73b404eb2 /meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb | |
| parent | 30d2c25a8d448e567affcc30a41942b959739d51 (diff) | |
| download | meta-openembedded-1b8afacbdabe0a3750f0f6d5389500a1c62db3a3.tar.gz | |
python3-async-timeout: add BBCLASSEXTEND for native and nativesdk
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb index 3d35780b65..480d4cb02e 100644 --- a/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb | |||
| @@ -16,3 +16,5 @@ inherit pypi python_setuptools_build_meta | |||
| 16 | RDEPENDS:${PN} = "\ | 16 | RDEPENDS:${PN} = "\ |
| 17 | python3-asyncio \ | 17 | python3-asyncio \ |
| 18 | " | 18 | " |
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
