blob: 4fe3995cd522bab59638e4f11c10df5e67deeaee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Protocol Buffers with small code size"
LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https"
SRCREV = "cad3c18ef15a663e30e3e43e3a752b66378adec1"
inherit cmake
BBCLASSEXTEND = "native nativesdk"
|