[oe] [meta-networking][PATCH 02/12] geoip-perl: add UPSTREAM_CHECK_URI

Yi Zhao yi.zhao at windriver.com
Fri May 25 07:54:43 UTC 2018


Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
 meta-networking/recipes-support/geoip/geoip-perl_1.50.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
index a8c8bcf..0a89be5 100644
--- a/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
+++ b/meta-networking/recipes-support/geoip/geoip-perl_1.50.bb
@@ -18,6 +18,9 @@ SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz;downlo
 SRC_URI[md5sum] = "2d7f8b1b54e6ba6d9e3fefce52675815"
 SRC_URI[sha256sum] = "86da0dd67f417a43dc70f15a49bd3619f668970c117b9e7f737b4ab246c240a6"
 
+UPSTREAM_CHECK_URI = "https://github.com/maxmind/geoip-api-perl/tags"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
+
 S = "${WORKDIR}/geoip-api-perl-${PV}"
 
 DEPENDS += "geoip"
-- 
2.7.4




More information about the Openembedded-devel mailing list