mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-09 10:45:22 +01:00
protobuf: disable protoc binary for target
When applications want to use protoc during the build, the target binary has to be disabled in order to avoid following error: | The imported target "protobuf::protoc" references the file | | "<application build dir>/recipe-sysroot/usr/bin/protoc-<protobuf version>" | | 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 build dir>/recipe-sysroot/usr/lib/cmake/protobuf/protobuf-targets.cmake" | | but not all the files it references. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d2fef0d712
commit
8c6ae75bef
|
|
@ -25,7 +25,9 @@ S = "${WORKDIR}/git"
|
|||
inherit cmake pkgconfig ptest
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG:class-native ?= "compiler"
|
||||
PACKAGECONFIG[python] = ",,"
|
||||
PACKAGECONFIG[compiler] = "-Dprotobuf_BUILD_PROTOC_BINARIES=ON,-Dprotobuf_BUILD_PROTOC_BINARIES=OFF"
|
||||
|
||||
EXTRA_OECMAKE += "\
|
||||
-Dprotobuf_BUILD_SHARED_LIBS=ON \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user