diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2025-11-22 01:12:24 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-21 16:16:34 -0800 |
| commit | bc993e8f6c6cad0495ebdcf35ca6c77d2d23f0ab (patch) | |
| tree | 554c083127e514a4650a5fde2d7f633a4d6e2ae6 /meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb | |
| parent | 3d7894aa32c077be1acbab2c5e55e3f2610e2433 (diff) | |
| download | meta-openembedded-bc993e8f6c6cad0495ebdcf35ca6c77d2d23f0ab.tar.gz | |
python3-asttokens: add BBCLASSEXTEND nativesdk
nativesdk-python3-asttokens is needed for the dependency tree :
`-> nativesdk-python3-icontract
`-> nativesdk-python3-pylddwrap
`-> nativesdk-python3-checksec-py
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Acked-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb b/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb index 81eab1d5c7..5b6cf0624f 100644 --- a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb | |||
| @@ -15,4 +15,4 @@ RDEPENDS:${PN} += " \ | |||
| 15 | python3-six \ | 15 | python3-six \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native" | 18 | BBCLASSEXTEND = "native nativesdk" |
