From a7f3a2fa27a0453bf7d0d6858b7527a3192c000c Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 7 Dec 2010 08:49:26 -0800 Subject: 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 --- meta/recipes-devtools/patch/patch_2.6.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-devtools/patch/patch_2.6.1.bb (limited to 'meta/recipes-devtools/patch/patch_2.6.1.bb') diff --git a/meta/recipes-devtools/patch/patch_2.6.1.bb b/meta/recipes-devtools/patch/patch_2.6.1.bb new file mode 100644 index 0000000000..8d07a7811c --- /dev/null +++ b/meta/recipes-devtools/patch/patch_2.6.1.bb @@ -0,0 +1,14 @@ +require patch.inc +LICENSE = "GPLv3" + +PR = "r0" + +SRC_URI += " file://global-reject-file.diff;patch=1 " + +SRC_URI[md5sum] = "d758eb96d3f75047efc004a720d33daf" +SRC_URI[sha256sum] = "ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a" + +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +acpaths = "-I ${S}/gl/m4 -I ${S}/m4 " + -- cgit 1.2.3-korg