diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-07-04 23:48:12 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-06 00:08:14 -0400 |
commit | 19061fea1586fc259a2dfdcb61fc4235307dc6b4 (patch) | |
tree | cedb4b33a4cbe707a124f6ae47c945ba869ef98f | |
parent | 4ca06e600deb15f90242c1730fec8d9443950eab (diff) | |
download | meta-openembedded-19061fea1586fc259a2dfdcb61fc4235307dc6b4.tar.gz |
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 <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers_2.0.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
13 | 13 | ||
14 | inherit setuptools3 | 14 | inherit setuptools3 |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | ||