meta-openembedded/meta-xfce
Armin Kuster 729cde5142 vim: only include when x11 in DISTRO_FEATURES
fixes:

 vim:do_install: 6a98ed60a33e0915e83ddf4411cb98a4 -> fab6a8f9b3c3978de44b458939712d90
      bitbake-diffsigs --task vim do_install --signature 6a98ed60a33e0915e83ddf4411cb98a4 fab6a8f9b3c3978de44b458939712d90
      NOTE: Starting bitbake server...
      basehash changed from 7302bf635913317779cf6e19324032a4 to 4a66ac61a894cf5b09db9afc053c77e6
      Variable do_install value changed:
      @@ -11,3 +11,7 @@

           # we use --with-features=big as default
           mv ${D}${bindir}/${BPN} ${D}${bindir}/${BPN}.${BPN}
      +	# The mouse being autoenabled is just annoying in xfce4-terminal (mouse
      +	# drag make vim go into visual mode and there is no right click menu),
      +	# delete the block.
      +	sed -i '/the mouse works just fine/,+4d' ${D}/${datadir}/${BPN}/vimrc

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-03-12 09:59:32 -07:00
..
classes xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES 2016-11-23 15:24:48 +01:00
conf meta-xfce: depend on meta-multimedia 2017-09-13 11:13:19 +02:00
recipes-apps xfce-polkit: fix Name/Comment fields in desktop file 2018-01-22 19:40:02 -08:00
recipes-art openzone: make build and unblacklist 2017-04-24 11:02:39 +02:00
recipes-bindings/vala xfce4-vala: update vala api to 0.38 2017-11-30 09:13:32 -08:00
recipes-core/images core-image-minimal-xfce: inherit distro_features_check 2017-09-13 11:13:20 +02:00
recipes-extended/imsettings imsettings: 1.7.2 -> 1.7.3 2018-02-23 20:26:00 -08:00
recipes-multimedia recipes: fix invalid license file 2017-09-18 10:18:12 +02:00
recipes-panel-plugins xfce4-pulseaudio-plugin: update 0.3.3 -> 0.3.4 2018-01-22 19:40:02 -08:00
recipes-support/vim vim: only include when x11 in DISTRO_FEATURES 2018-03-12 09:59:32 -07:00
recipes-thunar-plugins recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues 2014-02-23 23:20:02 +01:00
recipes-xfce xfce4-power-manager: update 1.6.0 -> 1.6.1 2018-01-22 19:40:02 -08:00
README meta-xfce/README: mention meta-gnome in layers required 2015-09-23 15:37:15 +02:00

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
meta-xfce depends on meta-oe, meta-gnome and meta-multimedia in this repository.

To avoid dependencies on meta-multimedia you need to mask recipes by adding
this to local.conf:

BBMASK = "meta-xfce/recipes-multimedia"

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

Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>