[oe-commits] [openembedded-core] 05/24: shared-mime-info: fix (sort of) upstream version check

git at git.openembedded.org git at git.openembedded.org
Mon Feb 3 00:13:15 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5fe6df63644868baced946f45123fe760bdace46
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Wed Jan 29 10:07:19 2020 +0100

    shared-mime-info: fix (sort of) upstream version check
    
    Upstream is using - to separate version components which
    version checker at the moment can't deal with (i.e 1-15-1 when
    1.15.1 is meant).
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
index f0d5bc6..7a060b0 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info_git.bb
@@ -12,6 +12,9 @@ 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list