diff options
author | Samuli Piippo <samuli.piippo@gmail.com> | 2023-11-13 08:42:45 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-13 10:49:42 -0800 |
commit | b1deec0de476d8f0a0c6427919f57ee5f681ea0e (patch) | |
tree | 281154ce87bf485df1ab32d190fd4ab10350e52d /meta-python/recipes-devtools/python/python3-sqlparse | |
parent | 9c348408adeefa07ad32e4e4c03424b7fff120b7 (diff) | |
download | meta-openembedded-b1deec0de476d8f0a0c6427919f57ee5f681ea0e.tar.gz |
protobuf: stage protoc binary to sysroot
If protoc is enabled for the build, recipes using protobuf will
fail when protoc is not available in the recipe sysroot:
| The imported target "protobuf::protoc" references the file
|
| ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/protoc-3.21.5.0"
|
| 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
|
| ".../recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/cmake/protobuf/protobuf-targets.cmake"
|
| but not all the files it references.
Use SYSROOT_DIRS to stage the binary to sysroot so it's always
available for other recipes.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse')
0 files changed, 0 insertions, 0 deletions