diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-test/fwts | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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" |