summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-05-27 20:12:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-30 09:04:14 +0100
commit0a5d7ba4a0973d4e712aba6586b9613cef858fc6 (patch)
tree0e4e34f562f121fcf097fc129e40b32b9025b248 /meta/recipes-graphics
parent79f67e4b8f300964d6793b6ad5f34f84dbabe5ef (diff)
downloadpoky-0a5d7ba4a0973d4e712aba6586b9613cef858fc6.tar.gz
icu: upgrade 74-2 -> 75-1
License-update: copyright years (From OE-Core rev: 828b25dd17cd148ff0c1f852d6581359e5b6ee20) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb
index 97efc56c64..6b0eb12046 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb
@@ -32,6 +32,9 @@ PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset"
32 32
33LEAD_SONAME = "libharfbuzz.so" 33LEAD_SONAME = "libharfbuzz.so"
34 34
35# Remove when https://github.com/harfbuzz/harfbuzz/issues/4671 is resolved
36EXTRA_OEMESON += "-Dcpp_std=c++17"
37
35do_install:append() { 38do_install:append() {
36 # If no tools are installed due to PACKAGECONFIG then this directory might 39 # If no tools are installed due to PACKAGECONFIG then this directory might
37 # still be installed, so remove it to stop packaging warnings. 40 # still be installed, so remove it to stop packaging warnings.