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-filter/libmnl/libmnl_1.0.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking/recipes-filter/libmnl') diff --git a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb index 74f9096603..b3a5f2e956 100644 --- a/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb +++ b/meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb @@ -2,6 +2,7 @@ SUMMARY = "Minimalistic user-space Netlink utility library" DESCRIPTION = "Minimalistic user-space library oriented to Netlink developers, providing \ functions for common tasks in parsing, validating, and constructing both the Netlink header and TLVs." HOMEPAGE = "http://www.netfilter.org/projects/libmnl/index.html" +SECTION = "libs" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -- cgit 1.2.3-korg