mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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 <joe_macdonald@mentor.com>
This commit is contained in:
@@ -7,7 +7,7 @@ to be copied from gnulib, it is not a library per-se, as much \
|
||||
as a collection of portable idioms to be used in other projects."
|
||||
|
||||
HOMEPAGE = "http://www.gnu.org/software/gnulib/"
|
||||
SECTION = "libs"
|
||||
SECTION = "devel"
|
||||
LICENSE = "LGPLv2+"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "netcf"
|
||||
DESCRIPTION = "netcf is a cross-platform network configuration library."
|
||||
HOMEPAGE = "https://fedorahosted.org/netcf/"
|
||||
SECTION = "console/tools"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
|
||||
|
||||
Reference in New Issue
Block a user