diff options
author | Ross Burton <ross@burtonini.com> | 2022-01-07 10:55:55 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-09 22:47:29 -0800 |
commit | 8465e5e56ad0d2d00a982405e7ff8f28d066d509 (patch) | |
tree | fd2d8a2d0e54c443f262849fb30dc62520734fa4 | |
parent | 5ff0ebc497f4e46a34102ece667d357d36ec3d6a (diff) | |
download | meta-openembedded-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.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 d33000b8b..0480adb96 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 | ||