mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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:
@@ -110,6 +110,7 @@ FILES_${PN} += " \
|
|||||||
${datadir}/dbus-1 \
|
${datadir}/dbus-1 \
|
||||||
${noarch_base_libdir}/udev/* \
|
${noarch_base_libdir}/udev/* \
|
||||||
${systemd_unitdir}/system \
|
${systemd_unitdir}/system \
|
||||||
|
${libdir}/pppd \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} += "iptables \
|
RRECOMMENDS_${PN} += "iptables \
|
||||||
|
|||||||
Reference in New Issue
Block a user