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@amotus.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Marc Ferland 2019-02-01 14:56:24 -05:00 committed by Khem Raj
parent 53b9c69fb3
commit f3682953ed

View File

@ -110,6 +110,7 @@ FILES_${PN} += " \
${datadir}/dbus-1 \
${noarch_base_libdir}/udev/* \
${systemd_unitdir}/system \
${libdir}/pppd \
"
RRECOMMENDS_${PN} += "iptables \