meta-openembedded/meta-gnome
Armin Kuster eda0d3ecb3 obexd: refreah patches
WARNING:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
patching file plugins/mas.c
Hunk #1 succeeded at 30 with fuzz 2 (offset 1 line).

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-04-13 12:43:39 -07:00
..
classes santiy-meta-gnome: add class for bbappend files checking 2018-03-12 09:59:34 -07:00
conf meta-*: add LAYERSERIES_COMPAT to layer.conf files 2018-04-13 12:43:37 -07:00
recipes-apps/pinpoint pinpoint: Add dependency on opengl for cogl 2017-09-13 11:11:07 +02:00
recipes-connectivity obexd: refreah patches 2018-04-13 12:43:39 -07: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 libgnomeui: remove 2018-04-08 17:00:06 -07:00
recipes-support florence: remove 2018-03-29 16:48:44 -07:00
site site: add arm-64 and x86_64-linux files 2015-05-17 09:46:28 +02:00
COPYING.MIT meta-gnome: add empty layer 2011-04-21 20:03:19 +02:00
README santiy-meta-gnome: add class for bbappend files checking 2018-03-12 09:59:34 -07: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: master
revision: HEAD

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

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' 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][PATCH'

Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com>