diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-08-26 15:43:25 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-26 10:10:56 -0700 |
| commit | 03db78b263f6cad8760cd1424bccec13da19e409 (patch) | |
| tree | 05ff8bb93eb3e12dcf129fcb9e73be476c18e9c1 | |
| parent | f4e65a98668e6ff119fc85e3a488bbe5eebb0661 (diff) | |
| download | meta-openembedded-03db78b263f6cad8760cd1424bccec13da19e409.tar.gz | |
font-bh-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-100dpi_1.0.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb index 67ebccd02e..5d321acc6e 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-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\-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" |
