1SUMMARY = "Intel RSTe with Linux OS SSI API Library" 2 3DESCRIPTION = "Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface API Library. \ 4The library allows user to manage storage devices including creating and managing Raid arrays on systems with Intel chipset." 5 6HOMEPAGE = "http://irstessi.sourceforge.net/" 7 8LICENSE = "BSD-3-Clause" 9LIC_FILES_CHKSUM = "file://COPYING;md5=9d701a2fbb56039fd64afb2262008ddb" 10 11DEPENDS += "sg3-utils" 12 13SRC_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 " 25SRC_URI[md5sum] = "d06c9b426437a7697d77266e9835b520" 26SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a" 27 28S ="${WORKDIR}/${BPN}.${PV}" 29 30inherit autotools 31 32do_configure:prepend(){ 33 ${S}/autogen.sh 34} 35 36RDEPENDS:${PN} += "mdadm" 37 38COMPATIBLE_HOST:powerpc = 'null' 39COMPATIBLE_HOST:powerpc64le = 'null' 40