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