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:
thc 2019-01-04 18:24:31 +01:00 committed by Armin Kuster
parent 8a35ff95c1
commit a723531c61

View File

@ -1,3 +1,3 @@
# networkmanager-applet requires glib support # networkmanager-applet requires glib support
PACKAGECONFIG_append = "glib" PACKAGECONFIG_append = " glib"