On 29.09.2015 14:22, Martin Jansa wrote:
On Tue, Sep 29, 2015 at 01:15:22PM +0300, Ioan-Adrian Ratiu wrote:
Signed-off-by: Ioan-Adrian Ratiu <[email protected]>
---
  meta-oe/recipes-support/vim/vim_7.4.481.bb | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/vim/vim_7.4.481.bb 
b/meta-oe/recipes-support/vim/vim_7.4.481.bb
index 2ece53b..44e6571 100644
--- a/meta-oe/recipes-support/vim/vim_7.4.481.bb
+++ b/meta-oe/recipes-support/vim/vim_7.4.481.bb
@@ -76,11 +76,12 @@ do_install() {

  PARALLEL_MAKEINST = ""

-PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc"
+PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc 
${PN}-xxd"
  FILES_${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax"
  FILES_${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc"
  FILES_${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor"
  FILES_${PN}-vimrc = "${datadir}/${BPN}/vimrc"
+FILES_${PN}-xxd = "${bindir}/xxd"

So it was already included in some other package (probably main vim
package)?

Yes, it is as you say, included in the main package.
If you think it's a good idea to leave it there, then we can simply ignore these patches.

--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to