summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/grpc/grpc_1.24.3.bbappend
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-05-25 15:45:40 -0400
committerScott Murray <scott.murray@konsulko.com>2022-05-26 11:27:50 -0400
commit9d336d94a35b124e59c83b0ea08f93f1a51bb165 (patch)
tree83ae6ba0a5bf4acf6829b6246105ab7853c88d91 /recipes-devtools/grpc/grpc_1.24.3.bbappend
parentd6b2260cb2114668d025d80068855a615e785d3b (diff)
grpc: fix installed CMake package
The CMake package configuration installed by grpc ends up not being usable in practice. Add a bbappend that adds the fixes: - a do_install:append to correct the version number to the actual version, as it gets mangled somehow during the grpc build. This is required to avoid triggering version mismatch checks when using the package in CMake. - backport a fix from the kirkstone branch of meta-openembedded that splits the host tools (i.e. protoc plugins) out into a separate CMake package. This avoids failures due to CMake not playing well with the split native versus target sysroots that OpenEmbedded uses. This may be revisited if grpc upstream comes up with a different approach. Bug-AGL: SPEC-4405 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia284901c148c1fcdf1b8ab77947d8be9445be631
Diffstat (limited to 'recipes-devtools/grpc/grpc_1.24.3.bbappend')
-rw-r--r--recipes-devtools/grpc/grpc_1.24.3.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/grpc/grpc_1.24.3.bbappend b/recipes-devtools/grpc/grpc_1.24.3.bbappend
new file mode 100644
index 00000000..d3fe6987
--- /dev/null
+++ b/recipes-devtools/grpc/grpc_1.24.3.bbappend
@@ -0,0 +1 @@
+require ${@bb.utils.contains('AGL_FEATURES', 'agldemo', 'grpc_agldemo.inc', '', d)}