aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb
blob: eb086817ef9090eaf5f7dd6dd51754848062b95a (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
30
31
32
33
34
35
36
SUMMARY = "Intel RSTe with Linux OS SSI API Library"

DESCRIPTION = "Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface API Library. \
The library allows user to manage storage devices including creating and managing Raid arrays on systems with Intel chipset."

HOMEPAGE = "http://irstessi.sourceforge.net/"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=9d701a2fbb56039fd64afb2262008ddb"

DEPENDS += "sg3-utils"

SRC_URI = "http://sourceforge.net/projects/irstessi/files/${BPN}.${PV}.tgz \
           file://0001-log-Avoid-shadowing-functions-from-std-lib.patch \
           file://0002-boost-Backport-clang-support.patch \
           file://0003-engine-Define-discover-const-String-path-in-base-cla.patch \
           file://0004-Do-not-override-flags-coming-from-build-environment.patch \
           file://0005-enable-out-of-source-tree-builds.patch \
           file://0001-Don-t-use-__GNUC_PREREQ.patch \
           file://0002-Use-stangard-int-types.patch \
           file://0003-replace-canonicalize_file_name-with-realpath.patch \
           file://0004-include-limits.h.patch \
           file://0001-Include-libgen.h.patch \
           "
SRC_URI[md5sum] = "d06c9b426437a7697d77266e9835b520"
SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a"

S ="${WORKDIR}/${BPN}.${PV}"

inherit autotools

do_configure_prepend(){
    ${S}/autogen.sh
}

RDEPENDS_${PN} += "mdadm"