diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-05-11 16:12:50 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 20:42:25 -0400 |
commit | 8980f0d2a20726c9e9f7e951fca7a90896ecff31 (patch) | |
tree | 7e42c09533315e9f1eca7c56d06866a07350c55c /meta-networking/recipes-support/geoip | |
parent | 6a84fe282ec641a07bc258fadeba475e8d326e68 (diff) | |
download | meta-openembedded-8980f0d2a20726c9e9f7e951fca7a90896ecff31.tar.gz |
meta-networking: standardize SECTION values
SECTION has been used inconsistently throughout the recipes in this layer.
Convert them to all use the same convention.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/geoip')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoip-perl_1.45.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/geoip/geoip_1.6.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb index 177841298c..728ad5843d 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb | |||
@@ -5,7 +5,7 @@ | |||
5 | SUMMARY = "GeoIP perl API library to access location database" | 5 | SUMMARY = "GeoIP perl API library to access location database" |
6 | DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping" | 6 | DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping" |
7 | HOMEPAGE = "http://www.maxmind.com/app/ip-location" | 7 | HOMEPAGE = "http://www.maxmind.com/app/ip-location" |
8 | SECTION = "network" | 8 | SECTION = "libdevel" |
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
10 | LIC_FILES_CHKSUM = "file://README;md5=b0fa745303912bd2d64430f7ae69487d" | 10 | LIC_FILES_CHKSUM = "file://README;md5=b0fa745303912bd2d64430f7ae69487d" |
11 | 11 | ||
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb b/meta-networking/recipes-support/geoip/geoip_1.6.0.bb index ab206a0326..f1b2aace92 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.0.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.0.bb | |||
@@ -6,7 +6,7 @@ countries as values. This database should be more complete and accurate than \ | |||
6 | using reverse DNS lookups." | 6 | using reverse DNS lookups." |
7 | 7 | ||
8 | HOMEPAGE = "http://dev.maxmind.com/geoip/" | 8 | HOMEPAGE = "http://dev.maxmind.com/geoip/" |
9 | SECTION = "Development/Libraries" | 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 = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \ |
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 \ |