summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-test/fwts/fwts_21.06.00.bb3
1 files changed, 1 insertions, 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"
20DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd" 20DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd"
21DEPENDS:append:libc-musl = " libexecinfo" 21DEPENDS:append:libc-musl = " libexecinfo"
22 22
23# Use brokensep for now (https://github.com/ColinIanKing/fwts/issues/2) 23inherit autotools bash-completion pkgconfig
24inherit autotools-brokensep bash-completion pkgconfig
25 24
26LDFLAGS:append:libc-musl = " -lexecinfo" 25LDFLAGS:append:libc-musl = " -lexecinfo"
27 26