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