summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-25 21:54:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:20 +0000
commit983d1b70e7de99662cfcbb27f57f28c3c67febf1 (patch)
tree0fdf9df00a9ba8b1357dbff90925944922ac86a6 /meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
parent61d9c0b77bedf1d6d37437447eb6b154c2d84a78 (diff)
downloadpoky-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/ttf-bitstream-vera_1.10.bb')
-rw-r--r--meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index 3e1ba196b5..50c79b3bf0 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -7,10 +7,13 @@ but is visibly different than normal and bold, and reasonably pleasing."
7SECTION = "x11/fonts" 7SECTION = "x11/fonts"
8LICENSE = "BitstreamVera" 8LICENSE = "BitstreamVera"
9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" 9LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
10PR = "r7" 10PR = "r8"
11 11
12inherit allarch fontcache 12inherit allarch fontcache
13 13
14# remove at next version upgrade or when output changes
15HASHEQUIV_HASH_VERSION .= ".1"
16
14FONT_PACKAGES = "${PN}" 17FONT_PACKAGES = "${PN}"
15 18
16SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" 19SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"