mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-19 17:27:11 +00:00
384c4ea62a
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
554 B
BlitzBasic
17 lines
554 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 \
|
|
"
|
|
SRC_URI[sha256sum] = "0cc10e6471398330e001b9fe37f1e8c5108a9ab632b08ca9634d6c64bc380b78"
|
|
|
|
DEPENDS = "elfutils libxml2 xxhash"
|
|
DEPENDS:append:libc-musl = " fts"
|
|
|
|
inherit autotools pkgconfig lib_package
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|