On Wed, Aug 5, 2015 at 6:30 PM, Li xin <[email protected]> wrote: > *Modify SRC_URI.
why do switch to git instead of tarball ? > *Modify chksum of file COPYING and LICENSE,since the context changed. why did checksums change? you need to explain that > But the LICENSE has not been changed. in what way ? > > Signed-off-by: Li Xin <[email protected]> > --- > .../recipes-support/geoip/{geoip_1.6.0.bb => geoip_1.6.6.bb} | 12 > +++++------- > 1 file changed, 5 insertions(+), 7 deletions(-) > rename meta-networking/recipes-support/geoip/{geoip_1.6.0.bb => > geoip_1.6.6.bb} (84%) > > diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb > b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb > similarity index 84% > rename from meta-networking/recipes-support/geoip/geoip_1.6.0.bb > rename to meta-networking/recipes-support/geoip/geoip_1.6.6.bb > index f1b2aac..5037ae3 100644 > --- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb > +++ b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb > @@ -8,15 +8,13 @@ using reverse DNS lookups." > HOMEPAGE = "http://dev.maxmind.com/geoip/" > SECTION = "libdevel" > > -SRC_URI = > "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \ > +SRC_URI = "git://github.com/maxmind/geoip-api-c.git \ > > http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz;apply=no;name=GeoIP-dat > \ > > http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat > \ > > http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat > \ > > http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat > \ > " > - > -SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca" > -SRC_URI[tarball.sha256sum] = > "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635" > +SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30" > > SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4" > SRC_URI[GeoIP-dat.sha256sum] = > "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07" > @@ -32,10 +30,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = > "eda67f4204ba9fa5204a53cdb629167cca9394c7 > > LICENSE = "LGPL-2.1" > > -LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \ > - file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 " > +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \ > + file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 " > > -S = "${WORKDIR}/GeoIP-1.6.0" > +S = "${WORKDIR}/git" > > inherit autotools > > -- > 1.8.4.2 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
