summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkash Hadke <akash.hadke27@gmail.com>2024-08-30 23:57:31 +0530
committerKhem Raj <raj.khem@gmail.com>2024-08-30 14:40:12 -0700
commitfc9a5194f2e012d4c04f37654e524efb3cb73530 (patch)
tree89738b872335b10890c4f88d489197853476d0da
parent6644c4a420db82da1ce71697ff889e7b1b6e41ad (diff)
downloadmeta-openembedded-fc9a5194f2e012d4c04f37654e524efb3cb73530.tar.gz
python3-flatbuffers: provide nativesdk support
nativesdk support is needed in some of the projects for codegeneration Signed-off-by: Nisha Parrakat <nisha.m.parrakat@bmw.de> Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
index 5d3c73fd9a..1fab013580 100644
--- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
@@ -12,4 +12,4 @@ RDEPENDS:${PN} = "flatbuffers"
12 12
13inherit setuptools3 13inherit setuptools3
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native nativesdk"