From patchwork Thu Dec 13 01:16:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: meta-openembedded: Replace vestiges of "pnum=" with "striplevel=". Date: Thu, 13 Dec 2012 01:16:16 -0000 From: Robert P. J. Day X-Patchwork-Id: 40865 Message-Id: To: OE Core mailing list Signed-off-by: Robert P. J. Day --- 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"