blob: b5e124081695004c3c5427ecd41578226879898a [file] [log] [blame]
Adriana Kobylak2fae8ec2018-09-24 14:27:15 -05001SUMMARY = "Network Block Device Proxy"
2HOMEPAGE = "https://github.com/openbmc/jsnbd"
3PR = "r1"
4PV = "1.0+git${SRCPV}"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7
8inherit autotools pkgconfig
9
10DEPENDS += "json-c"
11DEPENDS += "udev"
12
Adriana Kobylak723136d2018-10-03 15:16:29 -050013RDEPENDS_${PN} += "nbd-client"
14
Adriana Kobylak2fae8ec2018-09-24 14:27:15 -050015S = "${WORKDIR}/git"
16
17SRC_URI = "git://github.com/openbmc/jsnbd"
Andrew Geissler0a10f5a2018-10-30 01:40:16 +000018SRCREV = "d5b9857609401e3cf9c53b111134a6aab8e4573c"