libabigail_2.5.bb 607 B

1234567891011121314151617
  1. SUMMARY = "The ABI Generic Analysis and Instrumentation Library"
  2. HOMEPAGE = "https://sourceware.org/libabigail/"
  3. LICENSE = "Apache-2.0-with-LLVM-exception"
  4. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab"
  5. SRC_URI = "http://mirrors.kernel.org/sourceware/${BPN}/${BP}.tar.xz \
  6. file://0001-Check-for-correct-fts-module.patch \
  7. "
  8. SRC_URI[sha256sum] = "7cfc4e9b00ae38d87fb0c63beabb32b9cbf9ce410e52ceeb5ad5b3c5beb111f3"
  9. DEPENDS = "elfutils libxml2"
  10. DEPENDS:append:libc-musl = " fts"
  11. inherit autotools pkgconfig lib_package
  12. BBCLASSEXTEND = "native nativesdk"