William A. Kennington III | 68dc600 | 2024-02-08 16:19:06 -0800 | [diff] [blame] | 1 | DESCRIPTION="Protocol Buffers with small code size" |
2 | LICENSE="Zlib" | ||||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" | ||||
4 | |||||
5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https" | ||||
6 | SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e" | ||||
7 | |||||
8 | S = "${WORKDIR}/git" | ||||
9 | |||||
10 | inherit cmake | ||||
11 | |||||
12 | BBCLASSEXTEND = "native nativesdk" | ||||
13 |