From 8465e5e56ad0d2d00a982405e7ff8f28d066d509 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 7 Jan 2022 10:55:55 +0000 Subject: [PATCH] fwts: do out-of-tree builds The bug preventing out-of-tree builds was fixed in 21.05.00. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-test/fwts/fwts_21.06.00.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/fwts/fwts_21.06.00.bb b/meta-oe/recipes-test/fwts/fwts_21.06.00.bb index d33000b8b5..0480adb96c 100644 --- a/meta-oe/recipes-test/fwts/fwts_21.06.00.bb +++ b/meta-oe/recipes-test/fwts/fwts_21.06.00.bb @@ -20,8 +20,7 @@ COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd" DEPENDS:append:libc-musl = " libexecinfo" -# Use brokensep for now (https://github.com/ColinIanKing/fwts/issues/2) -inherit autotools-brokensep bash-completion pkgconfig +inherit autotools bash-completion pkgconfig LDFLAGS:append:libc-musl = " -lexecinfo"