meta-openembedded/meta-gnome
thc a723531c61 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>
2019-02-04 21:49:59 -08:00
..
classes santiy-meta-gnome: add class for bbappend files checking 2018-03-12 09:59:34 -07:00
conf layers: Update layer compatibility to thud 2018-09-30 10:17:48 -07:00
recipes-apps/pinpoint pinpoint: Add dependency on opengl for cogl 2017-09-13 11:11:07 +02:00
recipes-connectivity fix networkmanager apppend 2019-02-04 21:49:59 -08:00
recipes-devtools/glade glade3: remove gnome packageconfig 2018-03-29 16:48:44 -07:00
recipes-extended/gparted gparted: update 0.30.0 -> 0.31.0 2018-04-08 17:00:06 -07:00
recipes-gnome libxklavier: Fix keyboard layout bug for xfce4-settings 2019-01-11 08:28:42 -08:00
recipes-support usermode: Fix build with glibc 2.28+ 2018-08-15 08:20:06 -07:00
site site: Add riscv64 specific cache 2018-05-01 18:12:50 -07:00
COPYING.MIT meta-gnome: add empty layer 2011-04-21 20:03:19 +02:00
README README: updated Maintainers list for Thud 2018-11-15 13:17:00 -08:00

meta-gnome
===========

The recipe in this layer needs to have 'x11' in DISTRO_FEATURES 
to have effect. To enable them, add in configuration file the following line.

  DISTRO_FEATURES_append = " x11"

If meta-gnome is included, but x11 is not enabled as a
distro feature a warning is printed at parse time:

    You have included the meta-gnome layer, but
    'x11' has not been enabled in your DISTRO_FEATURES.

If you know what you are doing, this warning can be disabled by setting the following
variable in your configuration:

  SKIP_META_GNOME_SANITY_CHECK = 1


Dependencies
------------
This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: thud
revision: HEAD

URI: git://github.com/openembedded/meta-oe.git
branch: thud
revision: HEAD

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][thud]' in the subject'

When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][thud][PATCH'

Thud maintainer: Armin Kuster <akuster808@gmail.com>