From d2213eeb153fb0d8e4baf628fd62bef122f0d740 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 23 Sep 2015 17:45:17 +0200 Subject: sblim-sfcCommon: rename to sblim-sfc-common * to resolve QA warnings: sblim-sfcCommon-1.0.1: sblim-sfcCommon-dev doesn't match the [a-z0-9.+-]+ regex [pkgname] sblim-sfcCommon-1.0.1: sblim-sfcCommon-staticdev doesn't match the [a-z0-9.+-]+ regex [pkgname] sblim-sfcCommon-1.0.1: sblim-sfcCommon doesn't match the [a-z0-9.+-]+ regex [pkgname] sblim-sfcCommon-1.0.1: sblim-sfcCommon-doc doesn't match the [a-z0-9.+-]+ regex [pkgname] sblim-sfcCommon-1.0.1: sblim-sfcCommon-dbg doesn't match the [a-z0-9.+-]+ regex [pkgname] sblim-sfcCommon-1.0.1: sblim-sfcCommon-locale doesn't match the [a-z0-9.+-]+ regex [pkgname] Signed-off-by: Martin Jansa --- .../sblim-sfc-common/sblim-sfc-common_1.0.1.bb | 25 ++++++++++++++++++++++ .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb | 25 ---------------------- .../sblim-sfcb/sblim-sfcb_1.4.8.bb | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb delete mode 100644 meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb diff --git a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb new file mode 100644 index 0000000000..2a9b4bb883 --- /dev/null +++ b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb @@ -0,0 +1,25 @@ +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" + +DEPENDS = "cmpi-bindings" + +S = "${WORKDIR}/sblim-sfcCommon-${PV}" +SRC_URI = "http://downloads.sourceforge.net/sblim/sblim-sfcCommon-${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 +} + 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 deleted file mode 100644 index ebd219940c..0000000000 --- a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -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" - -DEPENDS = "cmpi-bindings" - -SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.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 -} - diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb index dc5e4d0c6e..81f47ba696 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb @@ -9,7 +9,7 @@ HOMEPAGE = "http://www.sblim.org" SECTION = "Applications/System" LICENSE = "EPL-1.0" LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" -DEPENDS = "curl libpam openssl sblim-sfcCommon" +DEPENDS = "curl libpam openssl sblim-sfc-common" SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \ file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \ -- cgit v1.2.3-54-g00ecf