diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-07 10:17:40 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-08-19 15:41:29 -0400 |
commit | 9640f435098c0a60aa270e8105fa927567492988 (patch) | |
tree | 99ad36c3b65c170d8e7bb0a6060b80564bdd8a49 /meta-networking/recipes-support | |
parent | 382f955d7c9a9f4e0c66a0f6dbe41ad8af0fb41d (diff) | |
download | meta-openembedded-9640f435098c0a60aa270e8105fa927567492988.tar.gz |
geoip: upgrade 1.6.0 -> 1.6.6
*Modify SRC_URI.
*Modify chksum of file COPYING and LICENSE,since year changed,
and the LICENSE explanation for file base64.c, md5.c and types.h
was deleted.But the LICENSE has not been changed.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoip_1.6.6.bb (renamed from meta-networking/recipes-support/geoip/geoip_1.6.0.bb) | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.6.bb index f1b2aace9..5037ae300 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." | |||
8 | HOMEPAGE = "http://dev.maxmind.com/geoip/" | 8 | HOMEPAGE = "http://dev.maxmind.com/geoip/" |
9 | SECTION = "libdevel" | 9 | SECTION = "libdevel" |
10 | 10 | ||
11 | SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \ | 11 | SRC_URI = "git://github.com/maxmind/geoip-api-c.git \ |
12 | http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz;apply=no;name=GeoIP-dat \ | 12 | http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz;apply=no;name=GeoIP-dat \ |
13 | http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \ | 13 | http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz;apply=no;name=GeoIPv6-dat \ |
14 | http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \ | 14 | http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz;apply=no;name=GeoLiteCity-dat \ |
15 | http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \ | 15 | http://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz;apply=no;name=GeoLiteCityv6-dat \ |
16 | " | 16 | " |
17 | 17 | SRCREV = "ed3f3e2b87fba05a8f2a5b9b1328e7d55be8bf30" | |
18 | SRC_URI[tarball.md5sum] = "89f4cdfdab43f1d67364cd7c85bbe8ca" | ||
19 | SRC_URI[tarball.sha256sum] = "075a0c2815cd099e9ec35c9569db716a3fefcdbb6a10dbfa1ce7c6cd48d4a635" | ||
20 | 18 | ||
21 | SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4" | 19 | SRC_URI[GeoIP-dat.md5sum] = "37c84ead332dda0362a5ac7b049b72d4" |
22 | SRC_URI[GeoIP-dat.sha256sum] = "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07" | 20 | SRC_URI[GeoIP-dat.sha256sum] = "79ff1099e96c2dc1c2539c9a18aaa13a9afd085cae477df60d95f1644d42bc07" |
@@ -32,10 +30,10 @@ SRC_URI[GeoLiteCityv6-dat.sha256sum] = "eda67f4204ba9fa5204a53cdb629167cca9394c7 | |||
32 | 30 | ||
33 | LICENSE = "LGPL-2.1" | 31 | LICENSE = "LGPL-2.1" |
34 | 32 | ||
35 | LIC_FILES_CHKSUM = "file://COPYING;md5=d5d53d6b948c064f4070183180a4fa89 \ | 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \ |
36 | file://LICENSE;md5=f04db71812ba70aaba8b38da91984cd2 " | 34 | file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 " |
37 | 35 | ||
38 | S = "${WORKDIR}/GeoIP-1.6.0" | 36 | S = "${WORKDIR}/git" |
39 | 37 | ||
40 | inherit autotools | 38 | inherit autotools |
41 | 39 | ||