summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch/patch.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-12-03 11:08:47 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:09 +0000
commitf528a1530ebb1834ee9034805b0ace34ac6a530f (patch)
tree9b52d061fa073b93aa3f64f60aa076d99d2baeb3 /meta/recipes-devtools/patch/patch.inc
parente9d82dfd9532ad2cbfc8c68a084caa29291b3ef5 (diff)
downloadpoky-f528a1530ebb1834ee9034805b0ace34ac6a530f.tar.gz
patch_2.5.9: clean up the recipe
Earlier the recipe was using 2.5.4 tar ball and a patch for upgrading to 2.5.9. Replaces these with pointer to 2.5.9 tarball. Also noted that both 2.5.4 & 2.5.9 are GPLv2 sources. Updated checksums and license of the recipe Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/patch/patch.inc')
-rw-r--r--meta/recipes-devtools/patch/patch.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc
index 82a5acda11..cb4984b264 100644
--- a/meta/recipes-devtools/patch/patch.inc
+++ b/meta/recipes-devtools/patch/patch.inc
@@ -2,7 +2,6 @@ SUMMARY = "Tool for applying a patch file"
2DESCRIPTION = "patch takes a patch file containing a difference listing \ 2DESCRIPTION = "patch takes a patch file containing a difference listing \
3produced by the diff program and applies those differences to one or more \ 3produced by the diff program and applies those differences to one or more \
4original files, producing patched versions." 4original files, producing patched versions."
5LICENSE = "GPL"
6PRIORITY = "standard" 5PRIORITY = "standard"
7SECTION = "utils" 6SECTION = "utils"
8 7