aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2017-09-05 19:02:54 -0500
committerMark Hatle <mark.hatle@windriver.com>2017-09-06 15:06:42 -0500
commit5c5c5f8548f9aba4f8a7ea3329b85c3a5bd72997 (patch)
tree9465f024ba93715b4d6270f516e13a42d8cbda3e /meta-xfce
parent896a8a0b225db8cba75f10b9fc57bd6522c798ea (diff)
downloadmeta-openembedded-contrib-5c5c5f8548f9aba4f8a7ea3329b85c3a5bd72997.tar.gz
vim: Remove xfce vim bbappend
Changing the behavior of a recipe by including a layer is not allowed by the yocto-compat-layer script. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-support/vim/vim_%.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-xfce/recipes-support/vim/vim_%.bbappend b/meta-xfce/recipes-support/vim/vim_%.bbappend
deleted file mode 100644
index 25403e6cb5..0000000000
--- a/meta-xfce/recipes-support/vim/vim_%.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-do_install_append() {
- # 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
-}