mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
c6a5835cd6
Drop the patches now present in 3.27.0. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
23 lines
882 B
BlitzBasic
23 lines
882 B
BlitzBasic
DESCRIPTION = "Network Block Device user-space tools (TCP version)"
|
|
HOMEPAGE = "https://github.com/NetworkBlockDevice/nbd"
|
|
SECTION = "net"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "autoconf-archive bison-native glib-2.0 libnl zlib bison-native"
|
|
|
|
SRC_URI = "https://github.com/NetworkBlockDevice/${BPN}/releases/download/${BP}/${BP}.tar.xz \
|
|
"
|
|
SRC_URI[sha256sum] = "422a02adcdbab01c622307c6babeda5c84ca6c6f2d4e0b29936e6ae9b6a7662f"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF += "--enable-syslog --enable-lfs --disable-manpages"
|
|
|
|
PACKAGES = "${PN}-client ${PN}-dbg ${PN}-doc ${PN}-server ${PN}-trdump ${PN}-trplay"
|
|
|
|
FILES:${PN}-client = "${sbindir}/${BPN}-client"
|
|
FILES:${PN}-server = "${bindir}/${BPN}-server"
|
|
FILES:${PN}-trdump = "${bindir}/${BPN}-trdump"
|
|
FILES:${PN}-trplay = "${bindir}/${BPN}-trplay"
|