diff options
| -rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb | 6 |
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" | |||
| 35 | LEAD_SONAME = "libharfbuzz.so" | 35 | LEAD_SONAME = "libharfbuzz.so" |
| 36 | 36 | ||
| 37 | do_install:append() { | 37 | do_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 | ||
| 43 | FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" | 43 | FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" |
