diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-07-01 12:06:41 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-01 08:02:02 -0700 |
| commit | 5fe44c211d85aeb954fae289444322abd3e125c2 (patch) | |
| tree | c05894d76f8dd546a954f3b83e85ed706c9195b8 /meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb | |
| parent | 46abb33ba952201688bad84b6e8897449cc96d82 (diff) | |
| download | meta-openembedded-5fe44c211d85aeb954fae289444322abd3e125c2.tar.gz | |
libabigail: add recipe for the ABI Generic Analysis and Instrumentation Library
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>
Diffstat (limited to 'meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb b/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb new file mode 100644 index 0000000000..5c262d2880 --- /dev/null +++ b/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "The ABI Generic Analysis and Instrumentation Library" | ||
| 2 | HOMEPAGE = "https://sourceware.org/libabigail/" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0-with-LLVM-exception" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" | ||
| 6 | |||
| 7 | SRC_URI = "http://mirrors.kernel.org/sourceware/${BPN}/${BP}.tar.xz \ | ||
| 8 | file://0001-Check-for-correct-fts-module.patch \ | ||
| 9 | " | ||
| 10 | SRC_URI[sha256sum] = "7cfc4e9b00ae38d87fb0c63beabb32b9cbf9ce410e52ceeb5ad5b3c5beb111f3" | ||
| 11 | |||
| 12 | DEPENDS = "elfutils libxml2" | ||
| 13 | DEPENDS:append:libc-musl = " fts" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig lib_package | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
