[oe-commits] [meta-openembedded] 03/15: nbd: use BPN in Files

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 13:48:39 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 4ebf44dda042db55db2ae7deb7ff5acc184d59a7
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Fri Nov 20 02:05:09 2015 -0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/nbd/nbd_3.11.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-support/nbd/nbd_3.11.bb b/meta-networking/recipes-support/nbd/nbd_3.11.bb
index 70dc7e9..0f0ae8e 100644
--- a/meta-networking/recipes-support/nbd/nbd_3.11.bb
+++ b/meta-networking/recipes-support/nbd/nbd_3.11.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list