diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-20 10:44:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-23 13:55:25 +0100 |
commit | 56ee40a9e31655581c23248cd76d5b45f110b98f (patch) | |
tree | dc55bc816026be2342a29b1731962607893e5d10 | |
parent | abc7d95ab52fa4026fe7ee7e9b6addd5e1a96b3f (diff) | |
download | poky-56ee40a9e31655581c23248cd76d5b45f110b98f.tar.gz |
font-util: update 1.3.2 -> 1.3.3
(From OE-Core rev: 461b464eafa14719e1dbc087aad8cfbc8d1cf62e)
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>
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-util_1.3.3.bb (renamed from meta/recipes-graphics/xorg-font/font-util_1.3.2.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.3.bb index b3e832756b..64c705770d 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.3.bb | |||
@@ -16,7 +16,8 @@ RDEPENDS:${PN}:class-native = "" | |||
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "3d6adb76fdd072db8c8fae41b40855e8" | 19 | SRC_URI[sha256sum] = "e791c890779c40056ab63aaed5e031bb6e2890a98418ca09c534e6261a2eebd2" |
20 | SRC_URI[sha256sum] = "3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282" | ||
21 | 20 | ||
22 | SYSROOT_DIRS_IGNORE:remove = "${datadir}/fonts" | 21 | SYSROOT_DIRS_IGNORE:remove = "${datadir}/fonts" |
22 | |||
23 | SRC_URI_EXT = "xz" | ||