diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-25 21:54:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:20 +0000 |
| commit | 983d1b70e7de99662cfcbb27f57f28c3c67febf1 (patch) | |
| tree | 0fdf9df00a9ba8b1357dbff90925944922ac86a6 /meta/recipes-graphics/cantarell-fonts | |
| parent | 61d9c0b77bedf1d6d37437447eb6b154c2d84a78 (diff) | |
| download | poky-983d1b70e7de99662cfcbb27f57f28c3c67febf1.tar.gz | |
fonts: Bump HASHEQUIV_HASH_VERSION after rpmdeps change
After the rpmdeps change, the output didn't change in the correct
case and hence hashes were cross-linked. We bump the hashequiv
version to avoid problems from this.
Also bump PR to force a rebuild.
(From OE-Core rev: cd1e4f9957c57bebcc8f16ebc200a1ab2e4fd2ce)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cantarell-fonts')
| -rw-r--r-- | meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb index 890c08bf4a..8dc4ceb399 100644 --- a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.301.bb | |||
| @@ -13,6 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7" | |||
| 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] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83" |
| 15 | 15 | ||
| 16 | # remove at next version upgrade or when output changes | ||
| 17 | PR = "r1" | ||
| 18 | HASHEQUIV_HASH_VERSION .= ".2" | ||
| 19 | |||
| 16 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" | 20 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" |
| 17 | 21 | ||
| 18 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" | 22 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" |
