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-12 08:57:34 -0700 |
| commit | 0a2e45c551bf74bae73606c31f7ff365147b2d65 (patch) | |
| tree | ce277867ec40fdf2c71ba3e12a50e1f1f5bec6b2 /meta-python/recipes-devtools/python | |
| parent | b419e1f559616a9666bc5973f075c646f412ee67 (diff) | |
| download | meta-openembedded-0a2e45c551bf74bae73606c31f7ff365147b2d65.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" | ||
