在 2018年05月25日 15:54, Yi Zhao 写道:
Signed-off-by: Yi Zhao <[email protected]>
---
  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+)+)"

The UPSTREAM_CHECK_GITTAGREGEX should be removed. I had sent V2 patch.

//Yi

+
  S = "${WORKDIR}/geoip-api-perl-${PV}"
DEPENDS += "geoip"

--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to