diff options
| -rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb index f41db989c7..b904d93531 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.8.8.bb | |||
| @@ -27,6 +27,12 @@ EXTRA_OECONF = " \ | |||
| 27 | --without-graphite2 \ | 27 | --without-graphite2 \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | do_configure_prepend() { | ||
| 31 | # This is ancient and can get used instead of the patched one we ship, | ||
| 32 | # so delete it. In 1.8.9 this should be removed upstream. | ||
| 33 | rm -f ${S}/m4/pkg.m4 | ||
| 34 | } | ||
| 35 | |||
| 30 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" | 36 | PACKAGES =+ "${PN}-icu ${PN}-icu-dev" |
| 31 | 37 | ||
| 32 | LEAD_SONAME = "libharfbuzz.so" | 38 | LEAD_SONAME = "libharfbuzz.so" |
