summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch/patch-2.6.1
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Fix the Upstream-Status formatNitin A Kamble2011-05-111-1/+1
| | | | | | | (From OE-Core rev: d7237140554ad076be12edf915d6d15206c9b8c7) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* patch-2.6.1: update patch upstream statusNitin A Kamble2011-05-091-0/+2
| | | | | | | (From OE-Core rev: c929cf6a5437c1a15c6fe53c12a7c19112ebf9d4) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* patch-2.6.1: implement new patch recipe with latest upstreamNitin A Kamble2010-12-161-0/+186
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>