fwts: do out-of-tree builds

The bug preventing out-of-tree builds was fixed in 21.05.00.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2022-01-07 10:55:55 +00:00 committed by Khem Raj
parent 5ff0ebc497
commit 8465e5e56a

View File

@ -20,8 +20,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux"
DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd" DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd"
DEPENDS:append:libc-musl = " libexecinfo" DEPENDS:append:libc-musl = " libexecinfo"
# Use brokensep for now (https://github.com/ColinIanKing/fwts/issues/2) inherit autotools bash-completion pkgconfig
inherit autotools-brokensep bash-completion pkgconfig
LDFLAGS:append:libc-musl = " -lexecinfo" LDFLAGS:append:libc-musl = " -lexecinfo"