diff options
| author | Peter Hoyes <peter.hoyes@arm.com> | 2024-04-12 11:58:49 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-14 08:38:43 -0700 |
| commit | 17928fdcb942fff4c3d549143b3643e81671a93d (patch) | |
| tree | 7c632d11b4276c5599cf39eacfbafe2c432b8fa7 /meta-python/recipes-devtools/python | |
| parent | 3534b894dd311c550c32bf058c5161b15c0857ef (diff) | |
| download | meta-openembedded-17928fdcb942fff4c3d549143b3643e81671a93d.tar.gz | |
python3-decorator: Add BBCLASSEXTEND for native and nativesdk
Signed-off-by: Peter Hoyes <peter.hoyes@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb index 6d5cafb1d5..f330376243 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb | |||
| @@ -16,3 +16,5 @@ inherit pypi setuptools3 | |||
| 16 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
| 17 | python3-stringold \ | 17 | python3-stringold \ |
| 18 | " | 18 | " |
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
