ssiapi_1.3.0.bb 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. SUMMARY = "Intel RSTe with Linux OS SSI API Library"
  2. DESCRIPTION = "Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface API Library. \
  3. The library allows user to manage storage devices including creating and managing Raid arrays on systems with Intel chipset."
  4. HOMEPAGE = "http://irstessi.sourceforge.net/"
  5. LICENSE = "BSD-3-Clause"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=9d701a2fbb56039fd64afb2262008ddb"
  7. DEPENDS += "sg3-utils"
  8. SRC_URI = "http://sourceforge.net/projects/irstessi/files/${BPN}.${PV}.tgz \
  9. file://0001-log-Avoid-shadowing-functions-from-std-lib.patch \
  10. file://0002-boost-Backport-clang-support.patch \
  11. file://0003-engine-Define-discover-const-String-path-in-base-cla.patch \
  12. file://0004-Do-not-override-flags-coming-from-build-environment.patch \
  13. file://0005-enable-out-of-source-tree-builds.patch \
  14. file://0001-Don-t-use-__GNUC_PREREQ.patch \
  15. file://0002-Use-stangard-int-types.patch \
  16. file://0003-replace-canonicalize_file_name-with-realpath.patch \
  17. file://0004-include-limits.h.patch \
  18. file://0001-Include-libgen.h.patch \
  19. "
  20. SRC_URI[md5sum] = "d06c9b426437a7697d77266e9835b520"
  21. SRC_URI[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a"
  22. S ="${WORKDIR}/${BPN}.${PV}"
  23. inherit autotools
  24. do_configure_prepend(){
  25. ${S}/autogen.sh
  26. }
  27. RDEPENDS_${PN} += "mdadm"
  28. COMPATIBLE_HOST_powerpc = 'null'