SUMMARY = "Binary delta tools and library" HOMEPAGE = "https://github.com/clearlinux/bsdiff" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=0dbe7a50f028269750631fcbded3846a" SRC_URI = "git://github.com/clearlinux/bsdiff.git;protocol=https" PV = "1.0.1+git${SRCPV}" SRCREV = "fb5ced7c2cd6aeab0231f0cc3dee6bef72ddfb1e" S = "${WORKDIR}/git" DEPENDS = "xz bzip2 zlib" inherit pkgconfig autotools PACKAGECONFIG ??= "" PACKAGECONFIG[tests] = "--enable-tests, --disable-tests, libcheck" BBCLASSEXTEND = "native"