[meta-oe][PATCH 4/4] python3-flatbuffer: enable native


Kai Kang
 

From: Kai Kang <kai.kang@...>

Native python module of flatbuffer exists before it is split from
flatbuffers. So add it back.

Signed-off-by: Kai Kang <kai.kang@...>
---
.../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 cc453da35..7c05e76d9 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"
--
2.17.1

Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.