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/geoip-perl_1.45.bb | |
| 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/geoip-perl_1.45.bb')
| -rw-r--r-- | meta-networking/recipes-support/geoip/geoip-perl_1.45.bb | 2 |
1 files changed, 1 insertions, 1 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 | ||
