[oe-commits] [meta-openembedded] branch master-next updated: networkmanager: fix QA issue when using modemmanager and ppp in PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 20:08:52 UTC 2019


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

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

The following commit(s) were added to refs/heads/master-next by this push:
     new f368295  networkmanager: fix QA issue when using modemmanager and ppp in PACKAGECONFIG
f368295 is described below

commit f3682953ed313d8ef7eedec34fb677227dcd208d
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>
---
 .../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 f1826c6..26c40a5 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.14.4.bb
@@ -110,6 +110,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