diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-02-05 13:40:46 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-04-04 13:32:28 -0400 |
| commit | 10d43ff1059da39e807e1a7657fe3e0c8aeac562 (patch) | |
| tree | 26f4c953df1ae650a091248826f749138e2d99b4 /meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb | |
| parent | b9d1d8718834f7287e5a65373b952cbfe9ce83fe (diff) | |
| download | meta-openembedded-10d43ff1059da39e807e1a7657fe3e0c8aeac562.tar.gz | |
geoipupdate: 2.4.0 -> 2.5.0
1.Upgrade geoipupdate from 2.4.0 to 2.5.0.
2.Update the checksum of LIC_FILES_CHKSUM, since ChangeLog.md has been changed. The licence is still GPLv2.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb')
| -rw-r--r-- | meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb deleted file mode 100644 index 3e045bb27d..0000000000 --- a/meta-networking/recipes-support/geoip/geoipupdate_2.4.0.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | SUMMARY = "Crontab entry to provide weekly updates of the GeoIP free databases." | ||
| 2 | DESCRIPTION = "update databases for GeoIP" | ||
| 3 | |||
| 4 | HOMEPAGE = "http://dev.maxmind.com/geoip/" | ||
| 5 | SECTION = "net" | ||
| 6 | |||
| 7 | DEPENDS = "zlib curl" | ||
| 8 | |||
| 9 | SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v2.4.0/geoipupdate-2.4.0.tar.gz \ | ||
| 10 | file://GeoIP.conf \ | ||
| 11 | file://geoipupdate.cron \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "02f9712fb80e8e979d3d54cda7f7704f" | ||
| 14 | SRC_URI[sha256sum] = "8b4e88ce8d84e9c75bc681704d19ec5c63c54f01e945f7669f97fb0df7e13952" | ||
| 15 | |||
| 16 | LICENSE = "GPLv2" | ||
| 17 | |||
| 18 | LIC_FILES_CHKSUM = "\ | ||
| 19 | file://ChangeLog.md;md5=334337b6ecbb65093bae66b3ae21c8c2 \ | ||
| 20 | " | ||
| 21 | FILES_${PN} = "/usr/share/GeoIP \ | ||
| 22 | /etc/GeoIP.conf \ | ||
| 23 | /etc/cron.d/geoipupdate.cron \ | ||
| 24 | /usr/bin/geoipupdate \ | ||
| 25 | " | ||
| 26 | inherit autotools | ||
| 27 | |||
| 28 | do_install_append() { | ||
| 29 | install -d ${D}/${sysconfdir} | ||
| 30 | install -d ${D}/${sysconfdir}/cron.d | ||
| 31 | install ${WORKDIR}/GeoIP.conf ${D}/${sysconfdir}/ | ||
| 32 | install ${WORKDIR}/geoipupdate.cron ${D}/${sysconfdir}/cron.d/ | ||
| 33 | } | ||
