[oe-commits] [meta-openembedded] 61/73: networkmanager: package additional .la files

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:56:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit b856ce6eb2149dbcfdd84b2e1414d7247ef2b8bd
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Tue Nov 13 14:47:13 2018 -0500

    networkmanager: package additional .la files
    
    This fixes:
         ERROR: networkmanager-1.14.4-r0 do_package: QA Issue: networkmanager: Files/directories were installed but not shipped in any package:
           /usr/lib64/NetworkManager/1.14.4/libnm-settings-plugin-ifupdown.la
           /usr/lib64/NetworkManager/1.14.4/libnm-device-plugin-adsl.la
           /usr/lib64/NetworkManager/1.14.4/libnm-device-plugin-wifi.la
           /usr/lib64/NetworkManager/1.14.4/libnm-device-plugin-ovs.la
         Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
         networkmanager: 4 installed and not shipped files. [installed-vs-shipped]
    
    As with similar changes in the past, if the distro makes use of
    'remove-libtool' this issue is not seen but we should add .la files to
    the -dev package when they do exist.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-connectivity/networkmanager/networkmanager_1.14.4.bb         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
index 348ce9e..4cc4dba 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
@@ -121,6 +121,7 @@ FILES_${PN}-dev += " \
     ${datadir}/NetworkManager/gdb-cmd \
     ${libdir}/pppd/*/*.la \
     ${libdir}/NetworkManager/*.la \
+    ${libdir}/NetworkManager/${PV}/*.la \
 "
 
 FILES_${PN}-nmtui = " \

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


More information about the Openembedded-commits mailing list