mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
font-adobe-utopia-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:
committed by
Khem Raj
parent
30f65c5f43
commit
f4e65a9866
@@ -10,6 +10,8 @@ DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util"
|
|||||||
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\-adobe\-utopia\-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"
|
||||||
|
|||||||
Reference in New Issue
Block a user