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/cim-schema | |
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/cim-schema')
-rw-r--r-- | meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/cim-schema/cim-schema.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb index 06c0dd985..093f0d4c5 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb +++ b/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require cim-schema.inc | 1 | require cim-schema.inc |
2 | 2 | ||
3 | SECTION = "doc" | ||
4 | |||
3 | LICENSE = "DMTF" | 5 | LICENSE = "DMTF" |
4 | 6 | ||
5 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-Doc.zip \ | 7 | SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-Doc.zip \ |
diff --git a/meta-networking/recipes-support/cim-schema/cim-schema.inc b/meta-networking/recipes-support/cim-schema/cim-schema.inc index e35bff69c..b9171e474 100644 --- a/meta-networking/recipes-support/cim-schema/cim-schema.inc +++ b/meta-networking/recipes-support/cim-schema/cim-schema.inc | |||
@@ -6,4 +6,4 @@ details for integration with other management models. The schema\ | |||
6 | provides the actual model descriptions." | 6 | provides the actual model descriptions." |
7 | 7 | ||
8 | HOMEPAGE = "http://www.dmtf.org/" | 8 | HOMEPAGE = "http://www.dmtf.org/" |
9 | SECTION = "Development/Libraries" | 9 | SECTION = "libs" |