From: Alexander Kanavin Date: Thu, 15 Jun 2017 12:45:58 +0000 (+0300) Subject: logrotate: fix upstream version check X-Git-Tag: uninative-1.7~366 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=861817af203399e21bd97601bf00d66fbcee436a;p=openembedded-core.git logrotate: fix upstream version check Signed-off-by: Alexander Kanavin --- diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb index 4246231199..7c732122ba 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb @@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" S = "${WORKDIR}/${BPN}-r3-9-1" UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" +UPSTREAM_CHECK_REGEX = "logrotate-(?P\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz \ file://act-as-mv-when-rotate.patch \