summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-graphics/harfbuzz
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb
index 6da76ad0a3..48b0c7724a 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.8.2.bb
@@ -32,17 +32,17 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
32 32
33LEAD_SONAME = "libharfbuzz.so" 33LEAD_SONAME = "libharfbuzz.so"
34 34
35do_install_append() { 35do_install:append() {
36 # If no tools are installed due to PACKAGECONFIG then this directory is 36 # If no tools are installed due to PACKAGECONFIG then this directory is
37 #still installed, so remove it to stop packaging wanings. 37 #still installed, so remove it to stop packaging wanings.
38 rmdir --ignore-fail-on-non-empty ${D}${bindir} 38 rmdir --ignore-fail-on-non-empty ${D}${bindir}
39} 39}
40 40
41FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" 41FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*"
42FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ 42FILES:${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \
43 ${libdir}/libharfbuzz-icu.so \ 43 ${libdir}/libharfbuzz-icu.so \
44 ${libdir}/pkgconfig/harfbuzz-icu.pc \ 44 ${libdir}/pkgconfig/harfbuzz-icu.pc \
45" 45"
46FILES_${PN}-subset = "${libdir}/libharfbuzz-subset.so.*" 46FILES:${PN}-subset = "${libdir}/libharfbuzz-subset.so.*"
47 47
48BBCLASSEXTEND = "native nativesdk" 48BBCLASSEXTEND = "native nativesdk"