From 3750a3439399b06688191fd49052d0efbd501c06 Mon Sep 17 00:00:00 2001 From: akash hadke Date: Sat, 31 Aug 2024 00:00:54 +0530 Subject: [PATCH] python3-flatbuffers: provide nativesdk support nativesdk support is needed in some of the projects for codegeneration Signed-off-by: Nisha Parrakat Signed-off-by: Akash Hadke Signed-off-by: Armin Kuster --- meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" inherit setuptools3 -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"