blob: 87dbc73e6331a861d8049f9ba4b034cdc48cc8ed [file] [log] [blame]
William A. Kennington III68dc6002024-02-08 16:19:06 -08001DESCRIPTION="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