Detect versions with numbers only and ignore the pre-release versions. Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb b/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb index 51d12cb8c6..4d94adec00 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.4.bb @@ -29,3 +29,5 @@ RDEPENDS_${PN} += "python3" RDEPENDS_remove_class-native = "python3" BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148284): https://lists.openembedded.org/g/openembedded-core/message/148284 Mute This Topic: https://lists.openembedded.org/mt/80722768/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-