blob: 232872e75aefce32efdd2f7c9fb62e338e257e1a [file] [log] [blame]
SUMMARY = "Nanopb library"
DESCRIPTION = "Nanopb - Protocol Buffers for Embedded Systems"
HOMEPAGE = "https://github.com/nanopb/nanopb"
PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9db4b73a55a3994384112efcdb37c01f"
inherit cmake python3native
SRC_URI = "git://github.com/nanopb/nanopb"
SRCREV = "f7e4140a27d9e63517b5d596bc117bd6d5248888"
S = "${WORKDIR}/git"
DEPENDS = "protobuf-native python3-protobuf"
RDEPENDS_${PN}-generator += "python3 python3-protobuf"
PACKAGES_prepend = "${PN}-generator ${PN}-runtime "
FILES_${PN}-generator = "${libdir}/python* ${bindir}"
FILES_${PN}-runtime = "${libdir}/*.so.*"
BBCLASSEXTEND = "native"