diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2025-11-22 01:12:26 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-21 16:16:34 -0800 |
| commit | 9404c6d022589ced3832dec47e2846e701ad58df (patch) | |
| tree | 94472b789906e4d6361ef018fc289bc813ef2bd4 /meta-python | |
| parent | 2a4ba1eabace13e6003c349e755d937a849bf139 (diff) | |
| download | meta-openembedded-9404c6d022589ced3832dec47e2846e701ad58df.tar.gz | |
python3-pylddwrap: add BBCLASSEXTEND native & nativesdk
nativesdk-python3-pylddwrap is needed for the dependency tree :
`-> nativesdk-python3-checksec-py
Cc: Martin Jansa <martin.jansa@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-pylddwrap_1.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb b/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb index 045ccb9f1e..a0f5188f28 100644 --- a/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-pylddwrap_1.2.2.bb | |||
| @@ -11,7 +11,7 @@ PR = "r0" | |||
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "python3-icontract" | 12 | RDEPENDS:${PN} += "python3-icontract" |
| 13 | 13 | ||
| 14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native nativesdk" |
| 15 | 15 | ||
| 16 | do_install:append() { | 16 | do_install:append() { |
| 17 | # similarly to https://gitlab.com/akuster/meta-security/-/commit/0fd8e0f8cae612010bafecbff77ed9bb6f647a2d#4e154e295e639fd6c298ca644c75291eb99e0a57_0_16 | 17 | # similarly to https://gitlab.com/akuster/meta-security/-/commit/0fd8e0f8cae612010bafecbff77ed9bb6f647a2d#4e154e295e639fd6c298ca644c75291eb99e0a57_0_16 |
