aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.5.bb
blob: 30de914724b418ed6ad8b117f7232d7890a529db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "Small Footprint CIM Client Library"
DESCRIPTION = "Small Footprint CIM Client Library Runtime Libraries"
HOMEPAGE = "http://www.sblim.org"
SECTION = "Applications/System"

SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${PN}/${PN}-${PV}.tar.bz2/44a2893f0e2dbc37e60b91d8f7d7d83b/${PN}-${PV}.tar.bz2"

SRC_URI[md5sum] = "44a2893f0e2dbc37e60b91d8f7d7d83b"
SRC_URI[sha256sum] = "b22931c9247f07f9d842e50b0f4377a31752bb9e5aec6b529faea2ba9b8e862d"

LICENSE = "EPL-1.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"

DEPENDS = "curl libpam"
RDEPENDS_${PN} = "cim-schema"
INSANE_SKIP_${PN} = "unsafe-references-in-binaries"

inherit autotools

do_configure_prepend() {
	chmod a-x ${S}/backend/cimxml/*.[ch]
}

do_install() {
	oe_runmake DESTDIR=${D} install
	# remove unused libtool files
	rm -rf ${D}/${libdir}/*la
	rm -rf ${D}/usr/share/doc/sfcc-*
}