From 8980f0d2a20726c9e9f7e951fca7a90896ecff31 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Mon, 11 May 2015 16:12:50 -0400 Subject: 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 --- meta-networking/recipes-support/geoip/geoip_1.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/geoip/geoip_1.6.0.bb') 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 \ using reverse DNS lookups." HOMEPAGE = "http://dev.maxmind.com/geoip/" -SECTION = "Development/Libraries" +SECTION = "libdevel" SRC_URI = "http://www.maxmind.com/download/geoip/api/c/GeoIP-1.6.0.tar.gz;name=tarball \ http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz;apply=no;name=GeoIP-dat \ -- cgit 1.2.3-korg