1DESCRIPTION="Protocol Buffers with small code size"
2LICENSE="Zlib"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
4
5SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https"
6SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e"
7
8S = "${WORKDIR}/git"
9
10inherit cmake
11
12BBCLASSEXTEND = "native nativesdk"
13
14