aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Hoyes <peter.hoyes@arm.com>2024-04-12 11:58:48 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-12 08:57:34 -0700
commitb419e1f559616a9666bc5973f075c646f412ee67 (patch)
tree1eea61cfe6a78ed61211d7278e5219e761cca66a
parentcf4bf3f13aeec49072d6e6c24e1ff005236e94c2 (diff)
downloadmeta-openembedded-contrib-b419e1f559616a9666bc5973f075c646f412ee67.tar.gz
python3-networkx: 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-networkx_3.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-networkx_3.1.bb b/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
index 3860238096..2f2c3cfc3d 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
@@ -19,3 +19,5 @@ RDEPENDS:${PN} += "\
python3-profile \
python3-threading \
"
+
+BBCLASSEXTEND = "native nativesdk"