summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/fwts
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-test/fwts
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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.bb12
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
18COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux" 18COMPATIBLE_HOST = "(i.86|x86_64|aarch64|powerpc64).*-linux"
19 19
20DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd" 20DEPENDS = "libpcre glib-2.0 dtc bison-native libbsd"
21DEPENDS_append_libc-musl = " libexecinfo" 21DEPENDS: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)
24inherit autotools-brokensep bash-completion pkgconfig 24inherit autotools-brokensep bash-completion pkgconfig
25 25
26LDFLAGS_append_libc-musl = " -lexecinfo" 26LDFLAGS:append:libc-musl = " -lexecinfo"
27 27
28FILES_${PN} += "${libdir}/fwts/lib*${SOLIBS}" 28FILES:${PN} += "${libdir}/fwts/lib*${SOLIBS}"
29FILES_${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la" 29FILES:${PN}-dev += "${libdir}/fwts/lib*${SOLIBSDEV} ${libdir}/fwts/lib*.la"
30FILES_${PN}-staticdev += "${libdir}/fwts/lib*a" 30FILES:${PN}-staticdev += "${libdir}/fwts/lib*a"
31 31
32RDEPENDS_${PN} += "dtc" 32RDEPENDS:${PN} += "dtc"