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/ttf-fonts/liberation-fonts_2.00.1.bb | |
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/ttf-fonts/liberation-fonts_2.00.1.bb')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb index f5df9efa3b..abc216f434 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb | |||
@@ -10,6 +10,10 @@ LICENSE = "OFL-1.1" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f96db970a9a46c5369142b99f530366b" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f96db970a9a46c5369142b99f530366b" |
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | # remove at next version upgrade or when output changes | ||
14 | PR = "r1" | ||
15 | HASHEQUIV_HASH_VERSION .= ".2" | ||
16 | |||
13 | inherit allarch fontcache | 17 | inherit allarch fontcache |
14 | 18 | ||
15 | FONT_PACKAGES = "${PN}" | 19 | FONT_PACKAGES = "${PN}" |