summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb14
1 files changed, 14 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 000000000..26161c43b
--- /dev/null
+++ b/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb
@@ -0,0 +1,14 @@
1SUMMARY = "The ABI Generic Analysis and Instrumentation Library"
2HOMEPAGE = "https://sourceware.org/libabigail/"
3
4LICENSE = "Apache-2.0-with-LLVM-exception"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab"
6
7SRC_URI = "http://mirrors.kernel.org/sourceware/${BPN}/${BP}.tar.xz"
8SRC_URI[sha256sum] = "7cfc4e9b00ae38d87fb0c63beabb32b9cbf9ce410e52ceeb5ad5b3c5beb111f3"
9
10DEPENDS = "elfutils libxml2"
11
12inherit autotools pkgconfig lib_package
13
14BBCLASSEXTEND = "native nativesdk"