[oe-commits] [meta-openembedded] 04/35: nbd: use BPN in Files

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 11:47:39 UTC 2016


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

commit 998ff83d8b769db2282d1b80311cda7715dbf4c0
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>
---
 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