From c0cb9ac6a71b0cca54ddfe38d2867c30c61c1e9c 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-protocols/xl2tpd/xl2tpd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc') diff --git a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc index f4ea2b8266..1a72fd19c4 100644 --- a/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc +++ b/meta-networking/recipes-protocols/xl2tpd/xl2tpd.inc @@ -1,6 +1,6 @@ SUMMARY = "Xelerance version of the Layer 2 Tunneling Protocol (L2TP) daemon" HOMEPAGE = "http://www.xelerance.com/software/xl2tpd/" -SECTION = "network" +SECTION = "net" DEPENDS = "ppp virtual/kernel" LICENSE = "GPLv2" -- cgit 1.2.3-korg