mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
107e624a8d
The file depcomp would be changed during configure, which is not suitable for LIC_FILES_CHKSUM, there is a COPYING file which is GPLv2, so use it. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
654 B
BlitzBasic
20 lines
654 B
BlitzBasic
DESCRIPTION = "Network Block Device"
|
|
HOMEPAGE = "http://nbd.sourceforge.net"
|
|
SECTION = "net"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
DEPENDS = "glib-2.0"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
|
|
SRC_URI[md5sum] = "73d11644a28b9f335292cdb3bdc4b74b"
|
|
SRC_URI[sha256sum] = "14420f74cb16dc609a9302ed1efd653064bed7a8357e9d73daabc33608e3f2a0"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
PACKAGES = "${PN}-client ${PN}-server ${PN}-dbg ${PN}-trdump ${PN}-doc"
|
|
|
|
FILES_${PN}-client = "${sbindir}/${BPN}-client"
|
|
FILES_${PN}-server = "${bindir}/${BPN}-server"
|
|
FILES_${PN}-trdump = "${bindir}/${BPN}-trdump"
|