added my Recipes
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
require cim-schema.inc
|
||||
|
||||
SECTION = "doc"
|
||||
|
||||
LICENSE = "DMTF"
|
||||
|
||||
SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-Doc.zip;subdir=${BP} \
|
||||
file://LICENSE \
|
||||
"
|
||||
SRC_URI[md5sum] = "3d01940bc1085c6c42184c25fb61f739"
|
||||
SRC_URI[sha256sum] = "3174cf0f8657b19d80dc59e184778d8e553da424728cb2966fe9d5428dd84267"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4"
|
||||
|
||||
do_install() {
|
||||
install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}-docs
|
||||
cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/doc/cim-schema-${PV}-docs
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}/doc/*"
|
||||
FILES:${PN}-doc = ""
|
||||
@@ -0,0 +1,29 @@
|
||||
require cim-schema.inc
|
||||
|
||||
LICENSE = "DMTF"
|
||||
|
||||
RCONFLICTS:${PN} = "cim-schema-final"
|
||||
|
||||
SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2500/cim_schema_${PV}Experimental-MOFs.zip;subdir=${BPN}-${PV} \
|
||||
file://LICENSE \
|
||||
"
|
||||
SRC_URI[md5sum] = "ee4ad6441a2b65ca60a3abc53e3ec629"
|
||||
SRC_URI[sha256sum] = "a44d67881325e267ef46b72eabe0c69f90470b1033b1ce7c26d9ba99072adb50"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4"
|
||||
|
||||
do_install() {
|
||||
install -d -m 0755 ${D}${datadir}/mof/cimv${PV}/
|
||||
install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}
|
||||
install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV}
|
||||
|
||||
cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/
|
||||
chown -R root:root ${D}${datadir}/mof/cimv${PV}
|
||||
for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do
|
||||
sed -i -e 's/\r//g' $i
|
||||
done
|
||||
ln -s cimv${PV} ${D}${datadir}/mof/cim-current
|
||||
ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}/mof/* ${datadir}/doc/*"
|
||||
FILES:${PN}-doc = ""
|
||||
@@ -0,0 +1,29 @@
|
||||
require cim-schema.inc
|
||||
|
||||
LICENSE = "DMTF"
|
||||
|
||||
RCONFLICTS:${PN} = "cim-schema-exper"
|
||||
|
||||
SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip;subdir=${BP} \
|
||||
file://LICENSE \
|
||||
"
|
||||
SRC_URI[md5sum] = "a9bdf17c7374e3b5b7adeaac4842c4ad"
|
||||
SRC_URI[sha256sum] = "dbfa3064ea427acd71a4bebbc172ca2dc44b0b09a6d83b0945b9ffa988a9058a"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4"
|
||||
|
||||
do_install() {
|
||||
install -d -m 0755 ${D}${datadir}/mof/cimv${PV}/
|
||||
install -d -m 0755 ${D}${datadir}/doc/cim-schema-${PV}
|
||||
install -m 644 ${WORKDIR}/LICENSE ${D}${datadir}/doc/cim-schema-${PV}
|
||||
|
||||
cp -R --no-dereference --preserve=mode,links -v ${S}/* ${D}${datadir}/mof/cimv${PV}/
|
||||
chown -R root:root ${D}${datadir}/mof/cimv${PV}/
|
||||
for i in `find ${D}${datadir}/mof/cimv${PV} -name "*.mof"`; do
|
||||
sed -i -e 's/\r//g' $i
|
||||
done
|
||||
ln -s cimv${PV} ${D}${datadir}/mof/cim-current
|
||||
ln -s cim_schema_${PV}.mof ${D}${datadir}/mof/cim-current/CIM_Schema.mof
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}/mof/* ${datadir}/doc/*"
|
||||
FILES:${PN}-doc = ""
|
||||
@@ -0,0 +1,9 @@
|
||||
SUMMARY = "Common Information Model (CIM) Schema"
|
||||
DESCRIPTION = "Common Information Model (CIM) is a model for describing overall\
|
||||
management information in a network or enterprise environment. CIM\
|
||||
consists of a specification and a schema. The specification defines the\
|
||||
details for integration with other management models. The schema\
|
||||
provides the actual model descriptions."
|
||||
|
||||
HOMEPAGE = "http://www.dmtf.org/"
|
||||
SECTION = "libs"
|
||||
@@ -0,0 +1,34 @@
|
||||
// Copyright 1998-2008 Distributed Management Task Force, Inc. (DMTF).
|
||||
// All rights reserved.
|
||||
// DMTF is a not-for-profit association of industry members dedicated
|
||||
// to promoting enterprise and systems management and interoperability.
|
||||
// DMTF specifications and documents may be reproduced by
|
||||
// members and non-members, provided that correct attribution is given.
|
||||
// As DMTF specifications may be revised from time to time,
|
||||
// the particular version and release date should always be noted.
|
||||
//
|
||||
// Implementation of certain elements of this standard or proposed
|
||||
// standard may be subject to third party patent rights, including
|
||||
// provisional patent rights (herein "patent rights"). DMTF makes
|
||||
// no representations to users of the standard as to the existence
|
||||
// of such rights, and is not responsible to recognize, disclose, or
|
||||
// identify any or all such third party patent right, owners or
|
||||
// claimants, nor for any incomplete or inaccurate identification or
|
||||
// disclosure of such rights, owners or claimants. DMTF shall have no
|
||||
// liability to any party, in any manner or circumstance, under any
|
||||
// legal theory whatsoever, for failure to recognize, disclose, or
|
||||
// identify any such third party patent rights, or for such party's
|
||||
// reliance on the standard or incorporation thereof in its product,
|
||||
// protocols or testing procedures. DMTF shall have no liability to
|
||||
// any party implementing such standard, whether such implementation
|
||||
// is foreseeable or not, nor to any patent owner or claimant, and shall
|
||||
// have no liability or responsibility for costs or losses incurred if
|
||||
// a standard is withdrawn or modified after publication, and shall be
|
||||
// indemnified and held harmless by any party implementing the
|
||||
// standard from any and all claims of infringement by a patent owner
|
||||
// for such implementations.
|
||||
//
|
||||
// For information about patents held by third-parties which have
|
||||
// notified the DMTF that, in their opinion, such patent may relate to
|
||||
// or impact implementations of DMTF standards, visit
|
||||
// http://www.dmtf.org/about/policies/disclosures.php.
|
||||
Reference in New Issue
Block a user