diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2025-11-22 01:12:27 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-21 16:16:34 -0800 |
| commit | 861d46b60ea347a6ee3d4cce64f1feedcdd9274d (patch) | |
| tree | f017c550d09c389ff2aff5558ee4b5ee37826de8 /meta-python | |
| parent | 9404c6d022589ced3832dec47e2846e701ad58df (diff) | |
| download | meta-openembedded-861d46b60ea347a6ee3d4cce64f1feedcdd9274d.tar.gz | |
python3-propcache: add BBCLASSEXTEND native & nativesdk
Since commit 82c2959678a0 ("python3-yarl: add BBCLASSEXTEND = "native nativesdk""),
python3-yarl-native (resp. nativesdk-python3-yarl) needs
python3-propcache-native (nativesdk-python3-yarl) to build.
Cc: Tom Geelen <t.f.g.geelen@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb index 0bb31cd5d9..53ec5b33b9 100644 --- a/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-propcache_0.4.1.bb | |||
| @@ -22,3 +22,4 @@ RDEPENDS:${PN}-ptest += " \ | |||
| 22 | python3-statistics \ | 22 | python3-statistics \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | BBCLASSEXTEND += "native nativesdk" | ||
