From fc9a5194f2e012d4c04f37654e524efb3cb73530 Mon Sep 17 00:00:00 2001 From: Akash Hadke Date: Fri, 30 Aug 2024 23:57:31 +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: Khem Raj --- 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"