mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-18 15:40:27 +00:00
nbd: use BPN in Files
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: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
bcf5f50f2e
commit
4ebf44dda0
@@ -14,6 +14,6 @@ inherit autotools pkgconfig
|
||||
|
||||
PACKAGES = "${PN}-client ${PN}-server ${PN}-dbg ${PN}-trdump ${PN}-doc"
|
||||
|
||||
FILES_${PN}-client = "${sbindir}/${PN}-client"
|
||||
FILES_${PN}-server = "${bindir}/${PN}-server"
|
||||
FILES_${PN}-trdump = "${bindir}/${PN}-trdump"
|
||||
FILES_${PN}-client = "${sbindir}/${BPN}-client"
|
||||
FILES_${PN}-server = "${bindir}/${BPN}-server"
|
||||
FILES_${PN}-trdump = "${bindir}/${BPN}-trdump"
|
||||
|
||||
Reference in New Issue
Block a user