aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hoyes <peter.hoyes@arm.com>2024-04-12 11:58:49 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-12 08:57:34 -0700
commit0a2e45c551bf74bae73606c31f7ff365147b2d65 (patch)
treece277867ec40fdf2c71ba3e12a50e1f1f5bec6b2
parentb419e1f559616a9666bc5973f075c646f412ee67 (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb2
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
RDEPENDS:${PN} += "\
python3-stringold \
"
+
+BBCLASSEXTEND = "native nativesdk"