diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-05-11 16:12:50 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 20:42:25 -0400 |
commit | 8980f0d2a20726c9e9f7e951fca7a90896ecff31 (patch) | |
tree | 7e42c09533315e9f1eca7c56d06866a07350c55c /meta-networking/recipes-support/netcf | |
parent | 6a84fe282ec641a07bc258fadeba475e8d326e68 (diff) | |
download | meta-openembedded-8980f0d2a20726c9e9f7e951fca7a90896ecff31.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-support/netcf')
-rw-r--r-- | meta-networking/recipes-support/netcf/gnulib_git.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/netcf/netcf_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/netcf/gnulib_git.bb b/meta-networking/recipes-support/netcf/gnulib_git.bb index 1da6c83ed..a06450261 100644 --- a/meta-networking/recipes-support/netcf/gnulib_git.bb +++ b/meta-networking/recipes-support/netcf/gnulib_git.bb | |||
@@ -7,7 +7,7 @@ to be copied from gnulib, it is not a library per-se, as much \ | |||
7 | as a collection of portable idioms to be used in other projects." | 7 | as a collection of portable idioms to be used in other projects." |
8 | 8 | ||
9 | HOMEPAGE = "http://www.gnu.org/software/gnulib/" | 9 | HOMEPAGE = "http://www.gnu.org/software/gnulib/" |
10 | SECTION = "libs" | 10 | SECTION = "devel" |
11 | LICENSE = "LGPLv2+" | 11 | LICENSE = "LGPLv2+" |
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21" |
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb index 979e45b60..0e88b304a 100644 --- a/meta-networking/recipes-support/netcf/netcf_git.bb +++ b/meta-networking/recipes-support/netcf/netcf_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "netcf" | 1 | SUMMARY = "netcf" |
2 | DESCRIPTION = "netcf is a cross-platform network configuration library." | 2 | DESCRIPTION = "netcf is a cross-platform network configuration library." |
3 | HOMEPAGE = "https://fedorahosted.org/netcf/" | 3 | HOMEPAGE = "https://fedorahosted.org/netcf/" |
4 | SECTION = "console/tools" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" |