diff options
Diffstat (limited to 'meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb')
-rw-r--r-- | meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb | 4 |
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 | ||
7 | require flatbuffers.inc | 7 | require flatbuffers.inc |
8 | 8 | ||
9 | S = "${WORKDIR}/git/python" | 9 | S = "${UNPACKDIR}/${BP}/python" |
10 | 10 | ||
11 | RDEPENDS:${PN} = "flatbuffers" | 11 | RDEPENDS:${PN} = "flatbuffers" |
12 | 12 | ||
13 | inherit setuptools3 | 13 | inherit setuptools3 |
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native nativesdk" |