summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/nanopb/nanopb.inc
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2024-03-27 00:59:42 +0300
committerWilly Tu <wltu@google.com>2024-06-10 23:10:12 +0300
commit20ce659f53c1c30c607da7eedd75f4efb3faa334 (patch)
tree5af2d33e17f48fddd0bb1a52ef3f6a1067c29e7d /meta-google/recipes-google/nanopb/nanopb.inc
parentab31aaff7a459b669d59ddfd7857715ea49dc6fc (diff)
downloadopenbmc-20ce659f53c1c30c607da7eedd75f4efb3faa334.tar.xz
meta-google: Remove redundant nanopb
meta-openembedded now has this version so we don't need our own copy. Change-Id: Ief0a6cf5a93d64399a3f6edf2256c59f9dcce87c Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-google/nanopb/nanopb.inc')
-rw-r--r--meta-google/recipes-google/nanopb/nanopb.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-google/recipes-google/nanopb/nanopb.inc b/meta-google/recipes-google/nanopb/nanopb.inc
deleted file mode 100644
index 87dbc73e63..0000000000
--- a/meta-google/recipes-google/nanopb/nanopb.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-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=master;protocol=https"
-SRCREV = "6cfe48d6f1593f8fa5c0f90437f5e6522587745e"
-
-S = "${WORKDIR}/git"
-
-inherit cmake
-
-BBCLASSEXTEND = "native nativesdk"
-