summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb
index 46ab6a4ca8..ae54bad643 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_6.0.0.bb
@@ -30,9 +30,9 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
30LEAD_SONAME = "libharfbuzz.so" 30LEAD_SONAME = "libharfbuzz.so"
31 31
32do_install:append() { 32do_install:append() {
33 # If no tools are installed due to PACKAGECONFIG then this directory is 33 # If no tools are installed due to PACKAGECONFIG then this directory might
34 #still installed, so remove it to stop packaging wanings. 34 # still be installed, so remove it to stop packaging warnings.
35 rmdir --ignore-fail-on-non-empty ${D}${bindir} 35 [ ! -d ${D}${bindir} ] || rmdir --ignore-fail-on-non-empty ${D}${bindir}
36} 36}
37 37
38FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" 38FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*"