1eb8dc403SDave CobbleySUMMARY = "Common functions for SBLIM Small Footprint CIM Broker and CIM Client Library."
2eb8dc403SDave CobbleyDESCRIPTION = "\
3eb8dc403SDave CobbleyThis package provides a common library for functions shared between Small Footprint CIM Broker (sblim-sfcb) \
4eb8dc403SDave CobbleySmall Footprint CIM Client (and sblim-sfcc)."
5eb8dc403SDave CobbleyHOMEPAGE = "http://sourceforge.net/projects/sblim/"
6*2eeb5257SBrad BishopLICENSE = "EPL-1.0"
7eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
8eb8dc403SDave CobbleySECTION = "Development/Libraries"
9eb8dc403SDave Cobbley
10eb8dc403SDave CobbleyDEPENDS = "cmpi-bindings"
11eb8dc403SDave Cobbley
12eb8dc403SDave CobbleyS = "${WORKDIR}/sblim-sfcCommon-${PV}"
13eb8dc403SDave CobbleySRC_URI = "http://downloads.sourceforge.net/sblim/sblim-sfcCommon-${PV}.tar.bz2"
14eb8dc403SDave CobbleySRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
15eb8dc403SDave CobbleySRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"
16eb8dc403SDave Cobbley
17eb8dc403SDave Cobbleyinherit autotools
18eb8dc403SDave Cobbley
19eb8dc403SDave Cobbleydo_install() {
20eb8dc403SDave Cobbley    oe_runmake DESTDIR=${D} install
21eb8dc403SDave Cobbley
22eb8dc403SDave Cobbley    rm -rf ${D}${libdir}/libsfcUtil.a
23eb8dc403SDave Cobbley    rm -rf ${D}${libdir}/libsfcUtil.la
24eb8dc403SDave Cobbley}
25eb8dc403SDave Cobbley
26