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