diff options
| -rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_5.1.0.bb | 6 |
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" | |||
| 32 | LEAD_SONAME = "libharfbuzz.so" | 32 | LEAD_SONAME = "libharfbuzz.so" |
| 33 | 33 | ||
| 34 | do_install:append() { | 34 | do_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 | ||
| 40 | FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" | 40 | FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" |
