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/ipvsadm/ipvsadm_1.26.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-support/ipvsadm') diff --git a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb index b640a5081d..7302e9d3e4 100644 --- a/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb +++ b/meta-networking/recipes-support/ipvsadm/ipvsadm_1.26.bb @@ -9,7 +9,7 @@ methods (NAT, tunneling, and direct routing), and eight load balancing algorithm (round robin, weighted round robin, least-connec-tion, weighted least-connection, \ locality-based least-connection, locality-based least-connection with replication, \ destination-hashing, and source-hashing)." -SECTION = "console/network" +SECTION = "net" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://README;beginline=40;endline=56;md5=a54cba37b64924aa5008881607942892" -- cgit 1.2.3-korg