Go to file
Samuli Piippo b1deec0de4
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>
2023-11-13 10:49:42 -08:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems ufs-utils: upgrade 3.12.3 -> 4.13.5 2023-11-12 12:18:47 -08:00
meta-gnome gnome-terminal: Add missing dependency on libhandy 2023-11-13 00:16:50 -08:00
meta-initramfs klibc/klibc.inc : Add DEBUG_PREFIX_MAP flag. 2023-10-13 10:19:11 -07:00
meta-multimedia tinyalsa: upgrade 1.1.1 -> 2.0.0 2023-11-12 12:18:48 -08:00
meta-networking cannelloni: Fix build with clang and libc++ runtime 2023-11-13 00:16:50 -08:00
meta-oe protobuf: stage protoc binary to sysroot 2023-11-13 10:49:42 -08:00
meta-perl libio-socket-ssl-perl: upgrade 2.083 -> 2.084 2023-11-08 22:51:28 -08:00
meta-python tuna: upgrade 0.18 -> 0.19 2023-11-11 15:41:43 -08:00
meta-webserver xdebug: upgrade 3.2.0 -> 3.2.2 2023-11-11 09:26:41 -08:00
meta-xfce xarchiver: Specify the version in the recipe file name 2023-11-07 19:59:58 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

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