diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-08-29 13:07:35 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-31 01:24:37 -0700 |
| commit | 7127971a488630207a2098ec3bc44220e7cafbfb (patch) | |
| tree | f399928f39939961aefb1b871bda187f7a282784 /meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | |
| parent | 31a55b947d077c9ad9b61f30bf616ca32c425192 (diff) | |
| download | meta-openembedded-7127971a488630207a2098ec3bc44220e7cafbfb.tar.gz | |
ssiapi: Upgrade to 1.3.0
Fix out of tree builds
Fix build with clang as well as musl
Refresh and forward port patches as needed
Update boost headers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb new file mode 100644 index 0000000000..eb086817ef --- /dev/null +++ b/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | SUMMARY = "Intel RSTe with Linux OS SSI API Library" | ||
| 2 | |||
| 3 | DESCRIPTION = "Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface API Library. \ | ||
| 4 | The library allows user to manage storage devices including creating and managing Raid arrays on systems with Intel chipset." | ||
| 5 | |||
| 6 | HOMEPAGE = "http://irstessi.sourceforge.net/" | ||
| 7 | |||
| 8 | LICENSE = "BSD-3-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=9d701a2fbb56039fd64afb2262008ddb" | ||
| 10 | |||
| 11 | DEPENDS += "sg3-utils" | ||
| 12 | |||
| 13 | SRC_URI = "http://sourceforge.net/projects/irstessi/files/${BPN}.${PV}.tgz \ | ||
| 14 | file://0001-log-Avoid-shadowing-functions-from-std-lib.patch \ | ||
| 15 | file://0002-boost-Backport-clang-support.patch \ | ||
| 16 | file://0003-engine-Define-discover-const-String-path-in-base-cla.patch \ | ||
| 17 | file://0004-Do-not-override-flags-coming-from-build-environment.patch \ | ||
| 18 | file://0005-enable-out-of-source-tree-builds.patch \ | ||
| 19 | file://0001-Don-t-use-__GNUC_PREREQ.patch \ | ||
| 20 | file://0002-Use-stangard-int-types.patch \ | ||
| 21 | file://0003-replace-canonicalize_file_name-with-realpath.patch \ | ||
| 22 | file://0004-include-limits.h.patch \ | ||
| 23 | file://0001-Include-libgen.h.patch \ | ||
| 24 | " | ||
| 25 | SRC_URI[md5sum] = "d06c9b426437a7697d77266e9835b520" | ||
| 26 | SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" | ||
| 27 | |||
| 28 | S ="${WORKDIR}/${BPN}.${PV}" | ||
| 29 | |||
| 30 | inherit autotools | ||
| 31 | |||
| 32 | do_configure_prepend(){ | ||
| 33 | ${S}/autogen.sh | ||
| 34 | } | ||
| 35 | |||
| 36 | RDEPENDS_${PN} += "mdadm" | ||
