zchunk_1.1.8.bb 542 B

12345678910111213141516171819202122
  1. DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression"
  2. AUTHOR = "Jonathan Dieter"
  3. LICENSE = "BSD-2-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=cd6e590282010ce90a94ef25dd31410f"
  5. SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https"
  6. SRCREV = "5715157da35898a7cb3293b7a5394ba23715b5a4"
  7. S = "${WORKDIR}/git"
  8. DEPENDS = "\
  9. curl \
  10. zstd \
  11. "
  12. DEPENDS_append_libc-musl = " argp-standalone"
  13. LDFLAGS_append_libc-musl = " -largp"
  14. inherit meson
  15. BBCLASSEXTEND = "native nativesdk"