From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id 9929677E68 for ; Wed, 6 Sep 2017 19:29:49 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id v86JTp7i032260 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK) for ; Wed, 6 Sep 2017 12:29:51 -0700 Received: from msp-lpggp1.wrs.com (172.25.34.110) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.361.1; Wed, 6 Sep 2017 12:29:50 -0700 From: Mark Hatle To: Date: Wed, 6 Sep 2017 14:23:20 -0500 Message-ID: <1504725809-12825-23-git-send-email-mark.hatle@windriver.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1504725809-12825-1-git-send-email-mark.hatle@windriver.com> References: <1504725809-12825-1-git-send-email-mark.hatle@windriver.com> MIME-Version: 1.0 Subject: [PATCH 22/31] vim: Remove xfce vim bbappend X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2017 19:29:49 -0000 Content-Type: text/plain Changing the behavior of a recipe by including a layer is not allowed by the yocto-compat-layer script. Signed-off-by: Mark Hatle --- meta-xfce/recipes-support/vim/vim_%.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta-xfce/recipes-support/vim/vim_%.bbappend diff --git a/meta-xfce/recipes-support/vim/vim_%.bbappend b/meta-xfce/recipes-support/vim/vim_%.bbappend deleted file mode 100644 index 25403e6..0000000 --- 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 -} -- 1.8.3.1