summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb')
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
index 5d3c73fd9a..feb206f27c 100644
--- a/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7require flatbuffers.inc 7require flatbuffers.inc
8 8
9S = "${WORKDIR}/git/python" 9S = "${UNPACKDIR}/${BP}/python"
10 10
11RDEPENDS:${PN} = "flatbuffers" 11RDEPENDS:${PN} = "flatbuffers"
12 12
13inherit setuptools3 13inherit setuptools3
14 14
15BBCLASSEXTEND = "native" 15BBCLASSEXTEND = "native nativesdk"