blob: b84983d5b91470370cf0558ac6f7009ac990daf7 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "Protocol Buffers"
2HOMEPAGE = "https://developers.google.com/protocol-buffers/"
3SECTION = "devel/python"
4
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
7
8inherit pypi
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010SRC_URI[md5sum] = "393a53483224cb338df5c643646c0300"
11SRC_URI[sha256sum] = "09879a295fd7234e523b62066223b128c5a8a88f682e3aff62fb115e4a0d8be0"
12
13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-datetime \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-logging \
17 ${PYTHON_PN}-netclient \
18 ${PYTHON_PN}-numbers \
19 ${PYTHON_PN}-pkgutil \
20 ${PYTHON_PN}-six \
21 ${PYTHON_PN}-unittest \
22"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050023
24# For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools)
25BBCLASSEXTEND = "native"