mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
5fe44c211d
We need to patch the standalone libfts detection as it currently looks for fts-standalone, which is what Gentoo renames musl-fts to. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
607 B
BlitzBasic
18 lines
607 B
BlitzBasic
SUMMARY = "The ABI Generic Analysis and Instrumentation Library"
|
|
HOMEPAGE = "https://sourceware.org/libabigail/"
|
|
|
|
LICENSE = "Apache-2.0-with-LLVM-exception"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab"
|
|
|
|
SRC_URI = "http://mirrors.kernel.org/sourceware/${BPN}/${BP}.tar.xz \
|
|
file://0001-Check-for-correct-fts-module.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "7cfc4e9b00ae38d87fb0c63beabb32b9cbf9ce410e52ceeb5ad5b3c5beb111f3"
|
|
|
|
DEPENDS = "elfutils libxml2"
|
|
DEPENDS:append:libc-musl = " fts"
|
|
|
|
inherit autotools pkgconfig lib_package
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|