[oe-commits] [meta-openembedded] 45/47: networkmanager: fix QA issue when using modemmanager and ppp in PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 15:21:41 UTC 2019


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 0814df2e9179b71b5f5c99b962aca35ede1f242f
Author: Marc Ferland <ferlandm at amotus.ca>
AuthorDate: Fri Feb 1 14:56:24 2019 -0500

    networkmanager: fix QA issue when using modemmanager and ppp in PACKAGECONFIG
    
    Got the following error when I activated both ppp and modemmanager
    options:
    
    ERROR: networkmanager-1.14.4-r0 do_package: QA Issue: networkmanager: Files/directories were installed but not shipped in any package:
      /usr/lib/pppd/2.4.5/nm-pppd-plugin.so
    Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
    
    Signed-off-by: Marc Ferland <ferlandm at amotus.ca>
    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 870a528..f21600e 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
@@ -111,6 +111,7 @@ FILES_${PN} += " \
     ${datadir}/dbus-1 \
     ${noarch_base_libdir}/udev/* \
     ${systemd_unitdir}/system \
+    ${libdir}/pppd \
 "
 
 RRECOMMENDS_${PN} += "iptables \

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


More information about the Openembedded-commits mailing list