diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-graphics/harfbuzz | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-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.bb | 8 |
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 | ||
33 | LEAD_SONAME = "libharfbuzz.so" | 33 | LEAD_SONAME = "libharfbuzz.so" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_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 | ||
41 | FILES_${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" | 41 | FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" |
42 | FILES_${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ | 42 | FILES:${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 | " |
46 | FILES_${PN}-subset = "${libdir}/libharfbuzz-subset.so.*" | 46 | FILES:${PN}-subset = "${libdir}/libharfbuzz-subset.so.*" |
47 | 47 | ||
48 | BBCLASSEXTEND = "native nativesdk" | 48 | BBCLASSEXTEND = "native nativesdk" |