]> code.ossystems Code Review - openembedded-core.git/commit
patch-2.6.1: implement new patch recipe with latest upstream
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 7 Dec 2010 16:49:26 +0000 (08:49 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 16 Dec 2010 15:53:09 +0000 (15:53 +0000)
commita7f3a2fa27a0453bf7d0d6858b7527a3192c000c
tree169be03ce4e84a657f0621d33f481fc48d28921a
parentf528a1530ebb1834ee9034805b0ace34ac6a530f
patch-2.6.1: implement new patch recipe with latest upstream

This commit patch recipe based on latest upstream code. This is GPLv3
code based. Hence the earlier patch-2.5.9 recipe is left intact for
GPLv2 needs.

Patches from 2.5.9 patch recipe are rebased to this new recipe except
these exceptions:

unified-reject-files.diff: dropped
  This patch implements this new parameter:
     "  --unified-reject-files  Create unified reject files."
  And upstream has implemented very similar parameter like this:
     "  --reject-format=FORMAT  Create 'context' or 'unified' rejects."
  Hence this patch is dropped for the 2.6.1 recipe.

global-reject-file.diff: rebased
  This patch is rebased to the newer upstream codebase.

install.patch: dropped
  Newer upstream code now includes code form this patch.

debian.patch: dropped
  This huge (10k lines) patch was specific for 2.5.9 version of GPLv2 patch.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-devtools/patch/patch-2.6.1/global-reject-file.diff [new file with mode: 0644]
meta/recipes-devtools/patch/patch_2.6.1.bb [new file with mode: 0644]