mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
@@ -23,5 +23,7 @@ do_configure() {
|
||||
oe_runconf
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-dev = ""
|
||||
|
||||
# libunwind does not support RISCV32 yet
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
||||
Reference in New Issue
Block a user