Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Protocol Buffers" |
| 2 | HOMEPAGE = "https://developers.google.com/protocol-buffers/" |
| 3 | SECTION = "devel/python" |
| 4 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" |
| 7 | |
| 8 | inherit pypi |
| 9 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 10 | SRC_URI[md5sum] = "393a53483224cb338df5c643646c0300" |
| 11 | SRC_URI[sha256sum] = "09879a295fd7234e523b62066223b128c5a8a88f682e3aff62fb115e4a0d8be0" |
| 12 | |
| 13 | RDEPENDS_${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 Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 23 | |
| 24 | # For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools) |
| 25 | BBCLASSEXTEND = "native" |