diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-12-03 11:08:47 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:09 +0000 |
commit | f528a1530ebb1834ee9034805b0ace34ac6a530f (patch) | |
tree | 9b52d061fa073b93aa3f64f60aa076d99d2baeb3 /meta/recipes-devtools/patch/patch.inc | |
parent | e9d82dfd9532ad2cbfc8c68a084caa29291b3ef5 (diff) | |
download | openembedded-core-f528a1530ebb1834ee9034805b0ace34ac6a530f.tar.gz openembedded-core-f528a1530ebb1834ee9034805b0ace34ac6a530f.tar.bz2 openembedded-core-f528a1530ebb1834ee9034805b0ace34ac6a530f.zip |
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.inc | 1 |
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" DESCRIPTION = "patch takes a patch file containing a difference listing \ produced by the diff program and applies those differences to one or more \ original files, producing patched versions." -LICENSE = "GPL" PRIORITY = "standard" SECTION = "utils" |