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