All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lei Maohui <leimaohui@cn.fujitsu.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: [meta-oe][PATCH 8/8] cim-schema_2.40.0.bb: delete
Date: Fri, 26 Jun 2015 16:23:30 +0800	[thread overview]
Message-ID: <1435307010-34957-9-git-send-email-leimaohui@cn.fujitsu.com> (raw)
In-Reply-To: <1435307010-34957-1-git-send-email-leimaohui@cn.fujitsu.com>

Cim-schema_2.40.0.bb has been renamed to cim-schema-final_2.40.0.bb,so,delete.

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 .../cim-schema/cim-schema_2.40.0.bb                | 31 ----------------------
 1 file changed, 31 deletions(-)
 delete mode 100644 meta-networking/recipes-support/cim-schema/cim-schema_2.40.0.bb

diff --git a/meta-networking/recipes-support/cim-schema/cim-schema_2.40.0.bb b/meta-networking/recipes-support/cim-schema/cim-schema_2.40.0.bb
deleted file mode 100644
index ff6c29d..0000000
--- a/meta-networking/recipes-support/cim-schema/cim-schema_2.40.0.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-require cim-schema.inc
-
-LICENSE = "DMTF"
-
-SRC_URI = "http://dmtf.org/sites/default/files/cim/cim_schema_v2400/cim_schema_${PV}Final-MOFs.zip \
-           file://LICENSE \
-          "
-SRC_URI[md5sum] = "a9bdf17c7374e3b5b7adeaac4842c4ad"
-SRC_URI[sha256sum] = "dbfa3064ea427acd71a4bebbc172ca2dc44b0b09a6d83b0945b9ffa988a9058a"
-LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=eecc6f71a56ff3caf17f15bf7aeac7b4"
-
-do_unpack() {
-        unzip -q ${DL_DIR}/cim_schema_${PV}Final-MOFs.zip -d ${S}
-        cp -f ${FILE_DIRNAME}/files/LICENSE ${WORKDIR}/
-}
-
-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 -a ${S}/* ${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 = ""
-- 
1.8.4.2



      parent reply	other threads:[~2015-06-26  8:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-26  8:23 [meta-oe][PATCH 0/8] add openlmi and it's depends Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 1/8] openlmi: add new recipe openlmi Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 2/8] cim-schema-exper: add new recipe for openlmi Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 3/8] cmpi-bindings: " Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 4/8] konkretcmpi:add " Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 5/8] sblim-sfcb: add " Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 6/8] sblim-sfcCommon: add new recipe Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 7/8] sblim-cmpi-devel: " Lei Maohui
2015-06-26  8:23 ` Lei Maohui [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1435307010-34957-9-git-send-email-leimaohui@cn.fujitsu.com \
    --to=leimaohui@cn.fujitsu.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.