All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Oleksandr Kravchuk" <open.source@oleksandr-kravchuk.com>
To: openembedded-devel@lists.openembedded.org
Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Subject: [meta-oe][PATCH 2/5] font-adobe-utopia-100dpi: fix UPSTREAM_CHECK_REGEX
Date: Thu, 26 Aug 2021 15:43:24 +0200	[thread overview]
Message-ID: <20210826134327.2535535-2-open.source@oleksandr-kravchuk.com> (raw)
In-Reply-To: <20210826134327.2535535-1-open.source@oleksandr-kravchuk.com>

'-100dpi' is part of the package name, not version.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../xorg-font/font-adobe-utopia-100dpi_1.0.4.bb                 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
index 2c51c6548..8b83ba378 100644
--- a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
+++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.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\-adobe\-utopia\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
+
 inherit features_check
 # depends on bdftopcf-native -> virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.25.1


  reply	other threads:[~2021-08-26 13:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 13:43 [meta-oe][PATCH 1/5] font-adobe-100dpi: fix UPSTREAM_CHECK_REGEX Oleksandr Kravchuk
2021-08-26 13:43 ` Oleksandr Kravchuk [this message]
2021-08-26 13:43 ` [meta-oe][PATCH 3/5] font-bh-100dpi: " Oleksandr Kravchuk
2021-08-26 13:43 ` [meta-oe][PATCH 4/5] font-bh-lucidatypewriter-100dpi: " Oleksandr Kravchuk
2021-08-26 13:43 ` [meta-oe][PATCH 5/5] font-bitstream-100dpi: " Oleksandr Kravchuk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210826134327.2535535-2-open.source@oleksandr-kravchuk.com \
    --to=open.source@oleksandr-kravchuk.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.