From 983d1b70e7de99662cfcbb27f57f28c3c67febf1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 25 Feb 2021 21:54:14 +0000 Subject: 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 --- meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb') diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index 6a91582068..f0c77f33bd 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb @@ -13,7 +13,9 @@ SRC_URI = "file://misc" SOURCE_DATE_EPOCH = "1613559011" PE = "1" -PR = "r3" +PR = "r4" +# remove at next version upgrade or when output changes +HASHEQUIV_HASH_VERSION .= ".1" inherit allarch features_check -- cgit v1.2.3-54-g00ecf