Message ID | 20180624191845.31082-12-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [oe,meta-oe,01/20] pcmciautils: add (from oe-core) | expand |
Hi, This patch can be dropped since the recipe switched to use git:// as SRC_URI. bitbake -c checkpkg can work well now. //Yi 在 2018年06月25日 03:18, Khem Raj 写道: > From: Yi Zhao <yi.zhao@windriver.com> > > Signed-off-by: Yi Zhao <yi.zhao@windriver.com> > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb > index ed5c3a9799..bd37ce5005 100644 > --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb > +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb > @@ -9,6 +9,8 @@ SECTION = "libdevel" > LICENSE = "Artistic-1.0 | GPL-1.0+" > LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" > > +UPSTREAM_CHECK_URI = "https://github.com/maxmind/geoip-api-perl/tags" > + > S = "${WORKDIR}/git" > SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" > SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;protocol=https; \
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index ed5c3a9799..bd37ce5005 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb @@ -9,6 +9,8 @@ SECTION = "libdevel" LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" +UPSTREAM_CHECK_URI = "https://github.com/maxmind/geoip-api-perl/tags" + S = "${WORKDIR}/git" SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;protocol=https; \