summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc
diff options
context:
space:
mode:
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.inc9
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 @@
1DESCRIPTION="Protocol Buffers with small code size" 1DESCRIPTION = "Protocol Buffers with small code size"
2LICENSE="Zlib" 2LICENSE = "Zlib"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
4 4
5SRC_URI = "git://github.com/nanopb/nanopb.git;branch=master;protocol=https" 5SRC_URI = "git://github.com/nanopb/nanopb.git;branch=maintenance_0.4;protocol=https"
6SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e" 6SRCREV = "cad3c18ef15a663e30e3e43e3a752b66378adec1"
7 7
8S = "${WORKDIR}/git"
9 8
10inherit cmake 9inherit cmake
11 10