Go to file
Vyacheslav Yurkov 17af9e0501 grpc: fix cross-compilation of grpc applications
When we build an application that uses grpc for the target, following
error occurs

CMake Error at <application work dir>/recipe-sysroot/usr/lib/cmake/grpc/gRPCTargets.cmake:179 (message):
|   The imported target "gRPC::grpc_cpp_plugin" references the file
|
|      "<application work dir>/recipe-sysroot/usr/bin/grpc_cpp_plugin"
|
|   but this file does not exist.  Possible reasons include:
|
|   * The file was deleted, renamed, or moved to another location.
|
|   * An install or uninstall procedure did not complete successfully.
|
|   * The installation package was faulty and contained
|
|      "<application work dir>/recipe-sysroot/usr/lib/cmake/grpc/gRPCTargets.cmake"
|
|   but not all the files it references.
|
| Call Stack (most recent call first):
|   <application work dir>/recipe-sysroot/usr/lib/cmake/grpc/gRPCConfig.cmake:25 (include)
|   	CMakeLists.txt:4 (find_package)

That's because target grpc was built with CPP plugin support and
referenes it from CMake config file. This commit disables CPP plugin
build for the target, and sets dependency on compiler for native and SDK
builds

Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-10-04 14:13:52 -07:00
contrib PEP8 double aggressive W291 ~ W293 and W391 2021-04-15 09:28:44 -07:00
meta-filesystems unionfs-fuse: upgrade 2.1 -> 2.2 2021-09-27 11:34:55 -07:00
meta-gnome README: update to main repo 2021-09-27 11:34:55 -07:00
meta-initramfs README: update to main repo 2021-09-27 11:34:55 -07:00
meta-multimedia layer.conf: add openembedded-layer as LAYERDEPENDS 2021-09-28 09:16:10 -07:00
meta-networking cifs-utils: upgrade 6.13 -> 6.14 2021-09-30 08:50:42 -07:00
meta-oe grpc: fix cross-compilation of grpc applications 2021-10-04 14:13:52 -07:00
meta-perl README: update to main repo 2021-09-27 11:34:55 -07:00
meta-python python3-humanfriendly: Add nativesdk to BBCLASSEXTEND 2021-09-28 09:15:08 -07:00
meta-webserver phpmyadmin: upgrade 5.1.0 -> 5.1.1 2021-09-29 19:28:06 -07:00
meta-xfce README: update to main repo 2021-09-27 11:34:55 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories