diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:57:22 +0000 |
commit | 9c165097e8c365bfece39658edb95e4f0c2a4140 (patch) | |
tree | 61d6556d4b2cb5bf87cb125165ffc1ce7b6d6eaf /meta/recipes-graphics | |
parent | 1f7b7982d1475835cb4d79b6b04a69c0e1c7b4d3 (diff) | |
download | poky-9c165097e8c365bfece39658edb95e4f0c2a4140.tar.gz |
cantarell-fonts: update 0.301 -> 0.303.1
[RP: Drop hashequiv version bump]
(From OE-Core rev: 774d49beb44b71009c5cfc4240189e808d6f45cb)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb (renamed from meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb) | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb index 8e39ef025f..a3a69ae49c 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb | |||
@@ -11,17 +11,8 @@ LICENSE = "OFL-1.1 & Apache-2.0" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7" |
12 | 12 | ||
13 | inherit gnomebase meson allarch fontcache pkgconfig | 13 | inherit gnomebase meson allarch fontcache pkgconfig |
14 | SRC_URI[archive.sha256sum] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83" | 14 | SRC_URI[archive.sha256sum] = "f9463a0659c63e57e381fdd753cf1929225395c5b49135989424761830530411" |
15 | |||
16 | # remove at next version upgrade or when output changes | ||
17 | PR = "r1" | ||
18 | HASHEQUIV_HASH_VERSION .= ".2" | ||
19 | 15 | ||
20 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" | 16 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" |
21 | 17 | ||
22 | FILES:${PN} = "${datadir}/fonts ${datadir}/fontconfig" | 18 | FILES:${PN} = "${datadir}/fonts ${datadir}/fontconfig" |
23 | |||
24 | # This isn't a GNOME-style version do gnome_verdir fails. Just return the | ||
25 | # version as that is how the directory is structured. | ||
26 | def gnome_verdir(v): | ||
27 | return v | ||