All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Peter A. Bigot" <pab@pabigot.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM
Date: Sun, 08 Sep 2013 07:57:47 -0500	[thread overview]
Message-ID: <522C744B.6000809@pabigot.com> (raw)
In-Reply-To: <1378235089-5251-1-git-send-email-pab@pabigot.com>

Ping?  I see this is marked as New, Archived in patchwork so it doesn't 
show up for merge, but can't tell how it got archived.  Is there 
something wrong with it?

On 09/03/2013 02:04 PM, Peter A. Bigot wrote:
> One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a
> dep, which we don't want.
>
> Signed-off-by: Peter A. Bigot <pab@pabigot.com>
> ---
>   meta-oe/recipes-support/vim/vim.inc | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc
> index d7336c2..991ba74 100644
> --- a/meta-oe/recipes-support/vim/vim.inc
> +++ b/meta-oe/recipes-support/vim/vim.inc
> @@ -54,8 +54,9 @@ EXTRA_OECONF = " \
>   "
>   
>   do_install_append() {
> -    # Work around rpm picking up csh as a dep
> +    # Work around rpm picking up csh or awk as a dep
>       chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/vim132
> +    chmod -x ${D}${datadir}/${PN}/${VIMDIR}/tools/mve.awk
>   
>       # Install example vimrc from runtime files
>       install -m 0644 ../runtime/vimrc_example.vim ${D}/${datadir}/${PN}/vimrc



  reply	other threads:[~2013-09-08 12:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-03 19:04 [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM Peter A. Bigot
2013-09-08 12:57 ` Peter A. Bigot [this message]
2013-09-08 13:36   ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=522C744B.6000809@pabigot.com \
    --to=pab@pabigot.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.