diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-06-15 15:45:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:51:56 +0100 |
commit | 861817af203399e21bd97601bf00d66fbcee436a (patch) | |
tree | 5386bdbe31583f2ea1d5c7d3b38c42da5131ee4d /meta | |
parent | 9f07921c6dcb2ea0abeaf1943aa2de5d81c82c0f (diff) | |
download | openembedded-core-861817af203399e21bd97601bf00d66fbcee436a.tar.gz openembedded-core-861817af203399e21bd97601bf00d66fbcee436a.tar.bz2 openembedded-core-861817af203399e21bd97601bf00d66fbcee436a.zip |
logrotate: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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<pver>\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz \ file://act-as-mv-when-rotate.patch \ |