From d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Sep 2023 16:35:39 +0100 Subject: recipes: Drop remaining PR values from recipes We've been removing PR values from recipes at upgrade time for a while. In general anyone maintaining a binary distro would end up having to curate these themselves so the values in OE-Core aren't really that useful anymore. In many ways it makes sense to clear out the remaining ones (which are mostly for 'config' recipes that are unlikely to increase in PV) and leave a clean slate for anyone implementing a binary distro config. References are left in meta-selftest since the tests there do involve them and their removal upon upgrade. Signed-off-by: Richard Purdie --- meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-graphics/ttf-fonts') 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 d3d1cfde60..0fc075a468 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 @@ -8,7 +8,6 @@ but is visibly different than normal and bold, and reasonably pleasing." SECTION = "x11/fonts" LICENSE = "BitstreamVera" LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be" -PR = "r8" inherit allarch fontcache -- cgit 1.2.3-korg