diff options
| author | Peter Hoyes <peter.hoyes@arm.com> | 2024-04-12 11:58:48 +0100 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-12 08:57:34 -0700 | 
| commit | b419e1f559616a9666bc5973f075c646f412ee67 (patch) | |
| tree | 1eea61cfe6a78ed61211d7278e5219e761cca66a /meta-python | |
| parent | cf4bf3f13aeec49072d6e6c24e1ff005236e94c2 (diff) | |
| download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-networkx_3.1.bb | 2 | 
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} += "\ | |||
| 19 | python3-profile \ | 19 | python3-profile \ | 
| 20 | python3-threading \ | 20 | python3-threading \ | 
| 21 | " | 21 | " | 
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
