diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-08-26 15:43:26 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-26 10:10:56 -0700 |
| commit | ed86563f94addaacdd41ec3cd3823137b3968ae5 (patch) | |
| tree | 0e70190cf88f91525260a8e98915e9acb8676a19 | |
| parent | 03db78b263f6cad8760cd1424bccec13da19e409 (diff) | |
| download | meta-openembedded-ed86563f94addaacdd41ec3cd3823137b3968ae5.tar.gz | |
font-bh-lucidatypewriter-100dpi: fix UPSTREAM_CHECK_REGEX
'-100dpi' is part of the package name, not version.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 10 | RDEPENDS:${PN} = "encodings font-util" | 10 | RDEPENDS:${PN} = "encodings font-util" |
| 11 | RDEPENDS:${PN}:class-native = "font-util-native" | 11 | RDEPENDS:${PN}:class-native = "font-util-native" |
| 12 | 12 | ||
| 13 | UPSTREAM_CHECK_REGEX = "font\-bh\-lucidatypewriter\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz" | ||
| 14 | |||
| 13 | inherit features_check | 15 | inherit features_check |
| 14 | # depends on bdftopcf-native -> virtual/libx11 | 16 | # depends on bdftopcf-native -> virtual/libx11 |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
