[oe-commits] [meta-openembedded] 10/11: fix networkmanager apppend

git at git.openembedded.org git at git.openembedded.org
Sat Jan 5 02:56:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ec1894ff9bf2098e5bea8ce9c3d14d463d25ba38
Author: thc <thc.fr13nd at gmail.com>
AuthorDate: Fri Jan 4 18:24:31 2019 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-connectivity/networkmanager/networkmanager_%.bbappend       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend b/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend
index 291a616..1abb5bb 100644
--- a/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend
+++ b/meta-gnome/recipes-connectivity/networkmanager/networkmanager_%.bbappend
@@ -1,3 +1,3 @@
 # networkmanager-applet requires glib support
-PACKAGECONFIG_append = "glib"
+PACKAGECONFIG_append = " glib"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list