[oe] [meta-oe][PATCH] vim: workaround nawk dependency problem with RPM

Peter A. Bigot pab at pabigot.com
Sun Sep 8 12:57:47 UTC 2013


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 at 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




More information about the Openembedded-devel mailing list