Files
Alexander Kanavin fc78d37ff0 meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.

I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-25 06:44:52 -07:00

41 lines
1.5 KiB
BlitzBasic

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[sha256sum] = "59daab29363d6e9f07c524029c4239653cfbbee6b0e57fd75df62499728dad8a"
S = "${UNPACKDIR}/${BPN}.${PV}"
inherit autotools
CXXFLAGS += "-std=gnu++14"
do_configure:prepend(){
${S}/autogen.sh
}
RDEPENDS:${PN} += "mdadm"
COMPATIBLE_HOST:powerpc = 'null'
COMPATIBLE_HOST:powerpc64le = 'null'