mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 23:18:48 +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:
parent
ba6dbbc68b
commit
8ded470b21
@ -23,5 +23,7 @@ do_configure() {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RDEPENDS:${PN}-dev = ""
|
||||||
|
|
||||||
# libunwind does not support RISCV32 yet
|
# libunwind does not support RISCV32 yet
|
||||||
COMPATIBLE_HOST:riscv32 = "null"
|
COMPATIBLE_HOST:riscv32 = "null"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user