diff options
| author | Pablo Saavedra <psaavedra@igalia.com> | 2024-01-17 09:23:43 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-19 09:51:06 -0800 |
| commit | 8ded470b2107f0bc69728fff28d557196bf71468 (patch) | |
| tree | ba6fd6c367e58123ec92dad8e15bb4d0ce82f48a /meta-oe/recipes-extended/libbacktrace | |
| parent | ba6dbbc68bf9e448e22131850409de364644f735 (diff) | |
| download | meta-openembedded-8ded470b2107f0bc69728fff28d557196bf71468.tar.gz | |
libbacktrace: fix sdk installation
Building an SDK with this included fails:
* calculate_dependencies_for: Cannot satisfy the following
dependencies for libbacktrace-dev
* opkg_solver_install: Cannot install package libbacktrace-dev
libbacktrace only provides a static library, so there no ${PN}
package is created by default.
Remove RDEPENDS in the libbacktrace-dev package to avoid this
conflict.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libbacktrace')
| -rw-r--r-- | meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index 46fa81866b..6f2ead9a8d 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
| @@ -23,5 +23,7 @@ do_configure() { | |||
| 23 | oe_runconf | 23 | oe_runconf |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | RDEPENDS:${PN}-dev = "" | ||
| 27 | |||
| 26 | # libunwind does not support RISCV32 yet | 28 | # libunwind does not support RISCV32 yet |
| 27 | COMPATIBLE_HOST:riscv32 = "null" | 29 | COMPATIBLE_HOST:riscv32 = "null" |
