[oe-commits] Bian Naimeng : sblim-sfcc: add new recipe

git at git.openembedded.org git at git.openembedded.org
Mon Jun 29 11:12:05 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 03f111a00f0c7bbf55f11a6640ebd3a2138937a3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=03f111a00f0c7bbf55f11a6640ebd3a2138937a3

Author: Bian Naimeng <biannm at cn.fujitsu.com>
Date:   Mon Jun 29 16:39:54 2015 +0800

sblim-sfcc: add new recipe

sblim-sfcc is a Small Footprint CIM Client library.

Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb b/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb
new file mode 100644
index 0000000..1ec9940
--- /dev/null
+++ b/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Small Footprint CIM Client Library"
+DESCRIPTION = "Small Footprint CIM Client Library Runtime Libraries"
+HOMEPAGE = "http://www.sblim.org"
+
+SRC_URI = "http://netcologne.dl.sourceforge.net/project/sblim/${BPN}/${BPN}-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "0bac0dec19f17ec065b6c332a56d7bae"
+SRC_URI[sha256sum] = "1b8f187583bc6c6b0a63aae0165ca37892a2a3bd4bb0682cd76b56268b42c3d6"
+
+LICENSE = "EPL-1.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
+
+DEPENDS = "curl"
+
+inherit autotools



More information about the Openembedded-commits mailing list