From ed86563f94addaacdd41ec3cd3823137b3968ae5 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Thu, 26 Aug 2021 15:43:26 +0200 Subject: [PATCH] font-bh-lucidatypewriter-100dpi: fix UPSTREAM_CHECK_REGEX '-100dpi' is part of the package name, not version. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb index 9d0dc99c00..557eeb17bd 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb @@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" RDEPENDS:${PN} = "encodings font-util" RDEPENDS:${PN}:class-native = "font-util-native" +UPSTREAM_CHECK_REGEX = "font\-bh\-lucidatypewriter\-100dpi\-(?P\d+(\.\d+)+).tar.gz" + inherit features_check # depends on bdftopcf-native -> virtual/libx11 REQUIRED_DISTRO_FEATURES = "x11"