From 19061fea1586fc259a2dfdcb61fc4235307dc6b4 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Mon, 4 Jul 2022 23:48:12 +0800 Subject: [PATCH] python3-flatbuffer: enable native Native python module of flatbuffer exists before it is split from flatbuffers. So add it back. Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb index cc453da357..7c05e76d9a 100644 --- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb +++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb @@ -13,3 +13,4 @@ RDEPENDS:${PN} = "flatbuffers" inherit setuptools3 +BBCLASSEXTEND = "native"