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 6/8] sblim-sfcCommon: add new recipe
Date: Fri, 26 Jun 2015 16:23:28 +0800	[thread overview]
Message-ID: <1435307010-34957-7-git-send-email-leimaohui@cn.fujitsu.com> (raw)
In-Reply-To: <1435307010-34957-1-git-send-email-leimaohui@cn.fujitsu.com>

Sblim-sfcCommon is dependence of sblim-sfcb.

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb       | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb

diff --git a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
new file mode 100644
index 0000000..9fc6e1f
--- /dev/null
+++ b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Common functions for SBLIM Small Footprint CIM Broker and CIM Client Library."
+DESCRIPTION = "\
+This package provides a common library for functions shared between Small Footprint CIM Broker (sblim-sfcb) \
+Small Footprint CIM Client (and sblim-sfcc)."
+HOMEPAGE = "http://sourceforge.net/projects/sblim/"
+LICENSE = "EPL"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
+SECTION = "Development/Libraries"
+
+SRC_URI = "http://downloads.sourceforge.net/sblim/${PN}-${PV}.tar.bz2 \
+          "
+SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
+SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"
+
+inherit autotools
+
+do_install() {
+    oe_runmake DESTDIR=${D} install
+
+    rm -rf ${D}${libdir}/libsfcUtil.a
+    rm -rf ${D}${libdir}/libsfcUtil.la
+}
+
-- 
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 ` Lei Maohui [this message]
2015-06-26  8:23 ` [meta-oe][PATCH 7/8] sblim-cmpi-devel: add new recipe Lei Maohui
2015-06-26  8:23 ` [meta-oe][PATCH 8/8] cim-schema_2.40.0.bb: delete Lei Maohui

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-7-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.