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:
Pablo Saavedra
2024-01-17 09:23:43 +01:00
committed by Khem Raj
parent ba6dbbc68b
commit 8ded470b21
@@ -23,5 +23,7 @@ do_configure() {
oe_runconf
}
RDEPENDS:${PN}-dev = ""
# libunwind does not support RISCV32 yet
COMPATIBLE_HOST:riscv32 = "null"