mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
font-bitstream-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>
This commit is contained in:
parent
ed86563f94
commit
0b0f6f3b26
|
|
@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native"
|
||||||
RDEPENDS:${PN} = "encodings font-util"
|
RDEPENDS:${PN} = "encodings font-util"
|
||||||
RDEPENDS:${PN}:class-native = "font-util-native"
|
RDEPENDS:${PN}:class-native = "font-util-native"
|
||||||
|
|
||||||
|
UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
||||||
|
|
||||||
inherit features_check
|
inherit features_check
|
||||||
# depends on bdftopcf-native -> virtual/libx11
|
# depends on bdftopcf-native -> virtual/libx11
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user