mirror of
https://git.yoctoproject.org/poky
synced 2026-04-11 08:02:21 +02:00
shared-mime-info: fix upstream version check
Upstream has tagged a new 2.0 release properly, so no special arrangements are needed to pick that up. (From OE-Core rev: 6bf01986a07084a825db9189e26fc7cb0e588821) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7b2ae9881f
commit
fbfe2836ef
@@ -12,9 +12,6 @@ SRCREV = "829b26d85e7d89a0caee03046c3bce373f04c80a"
|
||||
PV = "1.15"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "Release-(?P<pver>(\d+(\-\d+)+))"
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
|
||||
inherit autotools pkgconfig gettext python3native mime
|
||||
|
||||
EXTRA_OECONF = "--disable-update-mimedb"
|
||||
|
||||
Reference in New Issue
Block a user