aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/bsdiff/bsdiff_git.bb
blob: 8eb727196eaf7944e68bd63617d78d6b16876452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = "8c0a87b7c9eb5b22ed4e03a4eb42b32bd390df14"

S = "${WORKDIR}/git"

DEPENDS = "xz bzip2 zlib libcheck"

inherit pkgconfig autotools

EXTRA_OECONF = "--disable-tests"

BBCLASSEXTEND = "native"