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-daemons/dnrd/dnrd_2.20.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb') diff --git a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb index 3b8fdc93c6..d3858ade0e 100644 --- a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb +++ b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb @@ -5,7 +5,7 @@ nameserver, but can also act as the primary nameserver for a subnet behind \ a firewall. It also has features such as caching DNS requests, support for \ DNS servers, cache poisoning prevention, TCP support, etc.." HOMEPAGE = "http://dnrd.sourceforge.net/" -SECTION = "System Environment/Daemons" +SECTION = "net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=0be67017f1c770313ad7b40e18d568f1" -- cgit 1.2.3-korg