mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
f3a6d007c1
Fixed when build with multilib: lib32-nbd-3.11: lib32-nbd: Files/directories were installed but not shipped in any package: /usr/sbin/nbd-client /usr/bin/nbd-trdump /usr/bin/nbd-server Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-nbd: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 lines
677 B
BlitzBasic
20 lines
677 B
BlitzBasic
DESCRIPTION = "Network Block Device"
|
|
HOMEPAGE = "http://nbd.sourceforge.net"
|
|
SECTION = "net"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://depcomp;beginline=6;endline=26;md5=3a3627e6495e2ff2a3316bcdaad91e9c"
|
|
|
|
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"
|