mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
fix networkmanager apppend
Fix following warning:
WARNING:
networkmanager-1.14.4-r0 do_configure:
QA Issue: networkmanager:
invalid PACKAGECONFIG: bluez5glib [invalid-packageconfig]
if conf/local.conf:
PACKAGECONFIG_append_pn-networkmanager = " ifupdown wifi bluez5"
bluez5 is not compiled into nm
appending variable should use a prepending space, see
https://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html
Signed-off-by: Thomas Csovcsity <thc.fr13nd@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# networkmanager-applet requires glib support
|
||||
PACKAGECONFIG_append = "glib"
|
||||
PACKAGECONFIG_append = " glib"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user