mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
8a35ff95c1
commit
a723531c61
|
|
@ -1,3 +1,3 @@
|
||||||
# networkmanager-applet requires glib support
|
# networkmanager-applet requires glib support
|
||||||
PACKAGECONFIG_append = "glib"
|
PACKAGECONFIG_append = " glib"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user