summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/patch/patch.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-04-07 04:24:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-08 10:53:24 +0100
commit2402fe82b69aea57b324733432ce1b2f2bbdbf69 (patch)
treeaea69b2992b3a00c6f90fd54526a04f2ba8dddda /meta/recipes-devtools/patch/patch.inc
parent8feafde9e607553cf4220d7412fa0dac2a8e65e4 (diff)
downloadpoky-2402fe82b69aea57b324733432ce1b2f2bbdbf69.tar.gz
patch: 2.7.1 -> 2.7.5
* Removed backport patch patch-CVE-2015-1196.patch * Add HOMEPAGE (From OE-Core rev: c35135d5b99e852bc3ae718281c33925630a4cfb) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patch/patch.inc')
-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 332b97a85e..cbfb8cfcf5 100644
--- a/meta/recipes-devtools/patch/patch.inc
+++ b/meta/recipes-devtools/patch/patch.inc
@@ -3,6 +3,7 @@ DESCRIPTION = "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."
5SECTION = "utils" 5SECTION = "utils"
6HOMEPAGE = "http://savannah.gnu.org/projects/patch/"
6 7
7SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz" 8SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz"
8S = "${WORKDIR}/patch-${PV}" 9S = "${WORKDIR}/patch-${PV}"