summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-11-18 17:43:33 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:08 +0000
commit8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch)
tree5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools/patch
parent2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff)
downloadpoky-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz
recipes-devtools: Add Summary information
Add Summary information and update Descripts as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/patch')
-rw-r--r--meta/recipes-devtools/patch/patch.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc
index 4ce51703aa..82a5acda11 100644
--- a/meta/recipes-devtools/patch/patch.inc
+++ b/meta/recipes-devtools/patch/patch.inc
@@ -1,3 +1,4 @@
1SUMMARY = "Tool for applying a patch file"
1DESCRIPTION = "patch takes a patch file containing a difference listing \ 2DESCRIPTION = "patch takes a patch file containing a difference listing \
2produced 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 \
3original files, producing patched versions." 4original files, producing patched versions."