Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] meta-openembedded: Replace vestiges of "pnum=" with "striplevel=".
@ 2012-12-13  1:16 Robert P. J. Day
  2012-12-13  7:00 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-12-13  1:16 UTC (permalink / raw)
  To: OE Core mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  given that these were the last usages of "pnum=" that i'm aware of,
i'll submit a patch to remove the processing from patch.bbclass --
someone else can decide whether or not to apply it.

diff --git a/meta-oe/recipes-support/vim/vim_7.2.446.bb b/meta-oe/recipes-support/vim/vim_7.2.446.bb
index 62d76d7..ea922f5 100644
--- a/meta-oe/recipes-support/vim/vim_7.2.446.bb
+++ b/meta-oe/recipes-support/vim/vim_7.2.446.bb
@@ -12,11 +12,11 @@ require vim.inc
 PR = "${INC_PR}.3"

 # 001-446; 401-446 are not yet available online
-SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.001-100.gz;name=p001-100;apply=yes;patchdir=..;pnum=0"
-SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.101-200.gz;name=p101-200;apply=yes;patchdir=..;pnum=0"
-SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz;name=p201-300;apply=yes;patchdir=..;pnum=0"
-SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.301-400.gz;name=p301-400;apply=yes;patchdir=..;pnum=0"
-SRC_URI += "file://401-446.diff;patchdir=..;pnum=0"
+SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.001-100.gz;name=p001-100;apply=yes;patchdir=..;striplevel=0"
+SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.101-200.gz;name=p101-200;apply=yes;patchdir=..;striplevel=0"
+SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz;name=p201-300;apply=yes;patchdir=..;striplevel=0"
+SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.301-400.gz;name=p301-400;apply=yes;patchdir=..;striplevel=0"
+SRC_URI += "file://401-446.diff;patchdir=..;striplevel=0"

 SRC_URI[p001-100.md5sum] = "ba91b19374cee90f71b8f4ab1d92dc0f"
 SRC_URI[p001-100.sha256sum] = "519f4fea460e4f7a737ea8006c0dc1684982f8372d1581fb963a5d58f8007f67"

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] meta-openembedded: Replace vestiges of "pnum=" with "striplevel=".
  2012-12-13  1:16 [PATCH] meta-openembedded: Replace vestiges of "pnum=" with "striplevel=" Robert P. J. Day
@ 2012-12-13  7:00 ` Martin Jansa
  2012-12-13 12:16   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2012-12-13  7:00 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OE Core mailing list

[-- Attachment #1: Type: text/plain, Size: 2800 bytes --]

On Wed, Dec 12, 2012 at 08:16:16PM -0500, Robert P. J. Day wrote:
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

This belongs to openembedded-devel@lists.openembedded.org ML with
[meta-oe] tag in subject, please read README in layer top directory.

Cheers,

> 
> ---
> 
>   given that these were the last usages of "pnum=" that i'm aware of,
> i'll submit a patch to remove the processing from patch.bbclass --
> someone else can decide whether or not to apply it.
> 
> diff --git a/meta-oe/recipes-support/vim/vim_7.2.446.bb b/meta-oe/recipes-support/vim/vim_7.2.446.bb
> index 62d76d7..ea922f5 100644
> --- a/meta-oe/recipes-support/vim/vim_7.2.446.bb
> +++ b/meta-oe/recipes-support/vim/vim_7.2.446.bb
> @@ -12,11 +12,11 @@ require vim.inc
>  PR = "${INC_PR}.3"
> 
>  # 001-446; 401-446 are not yet available online
> -SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.001-100.gz;name=p001-100;apply=yes;patchdir=..;pnum=0"
> -SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.101-200.gz;name=p101-200;apply=yes;patchdir=..;pnum=0"
> -SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz;name=p201-300;apply=yes;patchdir=..;pnum=0"
> -SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.301-400.gz;name=p301-400;apply=yes;patchdir=..;pnum=0"
> -SRC_URI += "file://401-446.diff;patchdir=..;pnum=0"
> +SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.001-100.gz;name=p001-100;apply=yes;patchdir=..;striplevel=0"
> +SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.101-200.gz;name=p101-200;apply=yes;patchdir=..;striplevel=0"
> +SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.201-300.gz;name=p201-300;apply=yes;patchdir=..;striplevel=0"
> +SRC_URI += "http://ftp.vim.org/pub/vim/patches/7.2/7.2.301-400.gz;name=p301-400;apply=yes;patchdir=..;striplevel=0"
> +SRC_URI += "file://401-446.diff;patchdir=..;striplevel=0"
> 
>  SRC_URI[p001-100.md5sum] = "ba91b19374cee90f71b8f4ab1d92dc0f"
>  SRC_URI[p001-100.sha256sum] = "519f4fea460e4f7a737ea8006c0dc1684982f8372d1581fb963a5d58f8007f67"
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] meta-openembedded: Replace vestiges of "pnum=" with "striplevel=".
  2012-12-13  7:00 ` Martin Jansa
@ 2012-12-13 12:16   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2012-12-13 12:16 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OE Core mailing list

On Thu, 13 Dec 2012, Martin Jansa wrote:

> On Wed, Dec 12, 2012 at 08:16:16PM -0500, Robert P. J. Day wrote:
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> This belongs to openembedded-devel@lists.openembedded.org ML with
> [meta-oe] tag in subject, please read README in layer top directory.

  ah, quite so, will resend shortly.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-13 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13  1:16 [PATCH] meta-openembedded: Replace vestiges of "pnum=" with "striplevel=" Robert P. J. Day
2012-12-13  7:00 ` Martin Jansa
2012-12-13 12:16   ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox