aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-01-07 10:55:55 +0000
committerKhem Raj <raj.khem@gmail.com>2022-01-09 22:47:29 -0800
commit8465e5e56ad0d2d00a982405e7ff8f28d066d509 (patch)
treefd2d8a2d0e54c443f262849fb30dc62520734fa4
parent5ff0ebc497f4e46a34102ece667d357d36ec3d6a (diff)
downloadmeta-openembedded-contrib-8465e5e56ad0d2d00a982405e7ff8f28d066d509.tar.gz
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>
-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"
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"