diff options
Diffstat (limited to 'meta-oe/recipes-test/fwts')
-rw-r--r-- | meta-oe/recipes-test/fwts/fwts_21.06.00.bb | 12 |
1 files changed, 6 insertions, 6 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 21d256351..d33000b8b 100644 --- a/meta-oe/recipes-test/fwts/fwts_21.06.00.bb +++ b/meta-oe/recipes-test/fwts/fwts_21.06.00.bb | |||
@@ -18,15 +18,15 @@ SRC_URI[sha256sum] = "ca43439707976f6664fe3f6eb7f356a51ac7d7f8a4e246ef4d1b16305e | |||
18 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" | 18 | COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" |
19 | 19 | ||
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 | # Use brokensep for now (https://github.com/ColinIanKing/fwts/issues/2) |
24 | inherit autotools-brokensep bash-completion pkgconfig | 24 | inherit autotools-brokensep bash-completion pkgconfig |
25 | 25 | ||
26 | LDFLAGS_append_libc-musl = " -lexecinfo" | 26 | LDFLAGS:append:libc-musl = " -lexecinfo" |
27 | 27 | ||
28 | FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" | 28 | FILES:${PN} += "${libdir}/fwts/lib*${SOLIBS}" |
29 | FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" | 29 | FILES:${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" |
30 | FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" | 30 | FILES:${PN}-staticdev += "${libdir}/fwts/lib*a" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "dtc" | 32 | RDEPENDS:${PN} += "dtc" |