diff options
Diffstat (limited to 'meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc')
-rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc index 87dbc73e63..4fe3995cd5 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc +++ b/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc | |||
@@ -1,11 +1,10 @@ | |||
1 | DESCRIPTION="Protocol Buffers with small code size" | 1 | DESCRIPTION = "Protocol Buffers with small code size" |
2 | LICENSE="Zlib" | 2 | LICENSE = "Zlib" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https" | 5 | SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https" |
6 | SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e" | 6 | SRCREV = "cad3c18ef15a663e30e3e43e3a752b66378adec1" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | ||
9 | 8 | ||
10 | inherit cmake | 9 | inherit cmake |
11 | 10 | ||