diff mbox series

libabigail: add recipe for the ABI Generic Analysis and Instrumentation Library

Message ID 20240626084916.2791454-1-ross.burton@arm.com
State Accepted
Headers show
Series libabigail: add recipe for the ABI Generic Analysis and Instrumentation Library | expand

Commit Message

Ross Burton June 26, 2024, 8:49 a.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/libabigail/libabigail_2.5.bb  | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb

Comments

Khem Raj June 28, 2024, 6:19 p.m. UTC | #1
fails to build on musl - https://errors.yoctoproject.org/Errors/Details/788472/
I guess we need to add fts to depends on musl and maybe few other tweaks

On Wed, Jun 26, 2024 at 1:49 AM Ross Burton via lists.openembedded.org
<ross.burton=arm.com@lists.openembedded.org> wrote:
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  .../recipes-devtools/libabigail/libabigail_2.5.bb  | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb
>
> 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..26161c43b8
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb
> @@ -0,0 +1,14 @@
> +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"
> +SRC_URI[sha256sum] = "7cfc4e9b00ae38d87fb0c63beabb32b9cbf9ce410e52ceeb5ad5b3c5beb111f3"
> +
> +DEPENDS = "elfutils libxml2"
> +
> +inherit autotools pkgconfig lib_package
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111085): https://lists.openembedded.org/g/openembedded-devel/message/111085
> Mute This Topic: https://lists.openembedded.org/mt/106886235/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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..26161c43b8
--- /dev/null
+++ b/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb
@@ -0,0 +1,14 @@ 
+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"
+SRC_URI[sha256sum] = "7cfc4e9b00ae38d87fb0c63beabb32b9cbf9ce410e52ceeb5ad5b3c5beb111f3"
+
+DEPENDS = "elfutils libxml2"
+
+inherit autotools pkgconfig lib_package
+
+BBCLASSEXTEND = "native nativesdk"